Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

steveo

Package Overview
Dependencies
Maintainers
1
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steveo - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.babelrc

35

package.json
{
"name": "steveo",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Task Manager Library",

@@ -8,3 +8,34 @@ "main": "index.js",

"license": "Apache-2.0",
"repository": "git@github.com:ordermentum/steveo.git"
"repository": "git@github.com:ordermentum/steveo.git",
"scripts": {
"test": "NODE_ENV=test nyc npm run spec",
"spec": "./node_modules/.bin/_mocha -R spec ./test/test_helper.js --compilers js:babel-core/register --recursive test/**/*",
"lint": "./node_modules/.bin/eslint src test",
"build:coverage": "nyc check-coverage --statements 70 --branches 70 --functions 60 --lines 70",
"autotest": "./node_modules/.bin/_mocha --watch",
"build": "babel src --out-dir lib",
"prepublish": "yarn run build",
"reporter": "nyc --reporter=html yarn run test",
"flow": "./node_modules/.bin/flow check"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.0",
"babel-istanbul": "^0.12.2",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-1": "^6.22.0",
"babel-register": "^6.24.0",
"chai": "^3.5.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"flow-bin": "^0.42.0",
"mocha": "^3.2.0",
"nyc": "^10.1.2",
"sinon": "^2.1.0"
}
}
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