Comparing version 1.0.0 to 1.0.1
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
125605
18
126
0
40
0
18
1