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

oio

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oio - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

35

package.json
{
"name": "oio",
"version": "1.5.0",
"version": "1.6.0",
"main": "dist/index.js",

@@ -8,7 +8,10 @@ "description": "A UI component kit for React",

"build": "rm -rf dist && webpack --config config/webpack.config.js && gulp",
"demo": "npm run dev",
"dev": "node server.js",
"test": "mocha --compilers js:babel-core/register --recursive test/test.js",
"test:watch": "mocha --compilers js:babel-core/register --recursive test/test.js --watch --reporter min",
"lint": "git diff HEAD --name-only --diff-filter=ACM | grep '.js$' | xargs node ./node_modules/eslint/bin/eslint.js --quiet; exit 0",
"lint-full": "node ./node_modules/eslint/bin/eslint.js .; exit 0"
"lint": "git diff HEAD --name-only --diff-filter=ACM | grep '.js$' | xargs node ./node_modules/eslint/bin/eslint.js --quiet",
"lint-full": "node ./node_modules/eslint/bin/eslint.js .",
"precommit": "npm run lint",
"postmerge": "npm install",
"postreceive": "npm install",
"postrewrite": "npm install"
},

@@ -32,3 +35,3 @@ "files": [

],
"author": "Jared Reich",
"author": "Mother Co.",
"license": "MIT",

@@ -42,4 +45,4 @@ "bugs": {

"classnames": "2.2.5",
"flatten": "1.0.2",
"form-data": "2.1.2",
"moment": "2.18.1",
"react-files": "2.4.1"

@@ -53,16 +56,12 @@ },

"babel-preset-stage-0": "6.16.0",
"chai": "3.5.0",
"css-loader": "0.25.0",
"enzyme": "2.4.1",
"eslint-config-mother": "latest",
"ghooks": "1.3.2",
"gulp": "3.9.1",
"gulp-concat": "2.6.0",
"gulp-less": "3.1.0",
"husky": "0.13.2",
"jsdom": "9.4.2",
"less": "2.7.1",
"less-loader": "2.2.3",
"mocha": "3.0.2",
"react": "15.4.0",
"react-addons-test-utils": "15.3.1",
"react-dom": "15.4.0",

@@ -72,14 +71,6 @@ "react-hot-loader": "1.3.1",

"resolve-url-loader": "1.6.0",
"sinon": "1.17.5",
"style-loader": "0.13.1",
"webpack": "1.14.0",
"webpack-dev-server": "1.12.1"
},
"config": {
"ghooks": {
"post-merge": "npm install",
"post-receive": "npm install",
"post-rewrite": "npm install"
}
"webpack": "2.2.1",
"webpack-dev-server": "2.4.1"
}
}

Sorry, the diff of this file is too big to display

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