npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

agency365-components

v2.0.0

Published

React component library for Agency 365

Downloads

16

Readme

React component library

Install & run

To install and run the project

npm install
npm start (runs on port 8081)

Run tests

npm test

Create documentation

npm run docs

Release process

  • Ensure all changes are merged to master branch
  • Update version number with npm version [major|minor|patch]
  • Update release history below with new version number & description
  • Commit & push above changes to master
  • Run npm test to ensure all tests still passing
  • Run npm run buildprod
  • Run npm publish

Release History

  • 0.1.9 Add space to PropertyInfoBlock and amend Avatar test
  • 0.1.7 Add Tests for Property Teaser
  • 0.1.6 Add PropertyTeaser
  • 0.1.4 Padded out .npmignore
  • 0.1.3 Removed build task from postinstall
  • 0.1.2 Refactored dependencies
  • 0.1.1 Streamlined build
  • 0.1.0 Initial release ...
  • 1.0.82 Update Select
  • 1.0.83 Callapsable block / Expandable text block
  • 1.0.85 Update Callapsable blick with expanded class
  • 1.0.86 Add missing span to GmapsAutoComplete
  • 1.0.87 Pass any extra props through component
  • 1.1.0 Document release process in README.md
  • 1.1.1 Update new Select component customisations
  • 1.1.2 Add Image Component and aplly to avatar and responsive image
  • 1.1.3 Fixes to GmapsAutoComplete for state and IE; debounce AJAX calls
  • 1.1.4 Expose debounce util
  • 1.1.5 Add value autoselect option to GmapsAutoComplete component
  • 1.1.6 A couple of IE(11) fixes
  • 1.1.10 Do not show the show more/less links in ExpandableContent component if the content is less than the limit
  • 1.2.0 Fix babel-polyfill duplication
  • 1.2.1 Fix issue importing 1.2.0
  • 1.2.2 Add disabled options to Select and GMapsAutoComplete
  • 1.2.3 Hide show more/less link if element height is less than maxheight
  • 1.2.4 Updated icomoon font
  • 1.2.6 Allow loading without window.google present
  • 1.3.0 Browser detection util
  • 1.3.1 Fix all Google integrations being broken 😬
  • 1.3.2 Ensure responsiveContainer updates immediately
  • 1.4.0 Avatar: Render imgFallback until img onLoad fires
  • 1.4.1 Avatar: Improvements to loading state
  • 1.5.0 Transfered to CBRE account
  • 1.5.1 IE11 support for dropdowns
  • 1.5.2 Shrinkwrap
  • 1.6.0 Updating dependancies
  • 1.6.1 fix dependency version error
  • 1.6.2 fix proptype issues and build errors
  • 1.6.3 updating packages and bug fixes
  • 1.6.4 Fixes for react-input-range
  • 1.7.0 bug fixes and improvements
  • 1.7.1 style shange on Contact jobtitle
  • 1.7.2 fixing breaking tests
  • 2.0.0 - Updating react packages to ~15.6.0