New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-autowhatever

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-autowhatever - npm Package Compare versions

Comparing version 5.2.0 to 5.3.0

dist/index.js

25

package.json
{
"name": "react-autowhatever",
"version": "5.2.0",
"version": "5.3.0",
"description": "Accessible rendering layer for Autosuggest and Autocomplete components",
"main": "dist/Autowhatever.js",
"main": "dist/index.js",
"repository": {

@@ -13,3 +13,3 @@ "type": "git",

"start": "mkdir -p demo/dist && npm run copy-static-files && node server",
"lint": "eslint src test demo/src server.js webpack.dev.config.js webpack.gh-pages.config.js",
"lint": "eslint src test demo/src demo/standalone/app.js server.js webpack.*.js",
"test": "mocha 'test/**/*.test.js' --compilers js:babel-register --require test/setup.js",

@@ -19,4 +19,5 @@ "copy-static-files": "cp demo/src/index.html demo/dist/",

"demo-dist": "rm -rf demo/dist && mkdir demo/dist && npm run copy-static-files && webpack --config webpack.gh-pages.config.js",
"standalone": "webpack --config webpack.standalone.config.js && webpack --config webpack.standalone-demo.config.js",
"prebuild": "npm run lint && npm test",
"build": "npm run dist",
"build": "npm run dist && npm run standalone",
"gh-pages-build": "npm run prebuild && npm run demo-dist",

@@ -26,6 +27,6 @@ "deploy": "./scripts/deploy-to-gh-pages.sh",

"postversion": "git push && git push --tags",
"prepublish": "npm run dist"
"prepublish": "npm run dist && npm run standalone"
},
"dependencies": {
"react-themeable": "^1.0.1",
"react-themeable": "^1.1.0",
"section-iterator": "^2.0.0"

@@ -48,3 +49,3 @@ },

"chai": "^3.5.0",
"css-loader": "^0.23.1",
"css-loader": "^0.25.0",
"eslint": "^3.2.2",

@@ -57,7 +58,7 @@ "eslint-plugin-mocha": "^4.3.0",

"less-loader": "^2.2.3",
"mocha": "^2.4.5",
"postcss-loader": "^0.9.1",
"react": "^15.2.1",
"react-addons-test-utils": "^15.2.1",
"react-dom": "^15.2.1",
"mocha": "^3.0.2",
"postcss-loader": "^0.11.1",
"react": "^15.3.1",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.3.1",
"react-hot-loader": "^1.3.0",

@@ -64,0 +65,0 @@ "react-isolated-scroll": "^0.1.0",

@@ -1,6 +0,10 @@

[![Build Status][status-image]][status-url]
<a href="https://codeship.com/projects/96953" target="_blank">
<img src="https://img.shields.io/codeship/6c79f8c0-2565-0133-4af8-72f090cba113/master.svg?style=flat-square"
alt="Build Status" />
</a>
<a href="https://www.bithound.io/github/moroshko/react-autowhatever" target="_blank">
<img src="https://www.bithound.io/github/moroshko/react-autowhatever/badges/score.svg" alt="bitHound Overall Score">
</a>
<a href="http://react-autowhatever.js.org" target="_blank">Demo</a>
[status-image]: https://img.shields.io/codeship/6c79f8c0-2565-0133-4af8-72f090cba113/master.svg
[status-url]: https://codeship.com/projects/96953
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc