Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "subtender", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Javran's utility functions", | ||
@@ -9,4 +9,6 @@ "main": "index.js", | ||
"test": "mocha --compilers js:babel-core/register --recursive", | ||
"lint": "eslint 'src/**' test/**", | ||
"clear-dist": "rm -rf dist/" | ||
"lint": "eslint 'src/**' 'test/**'", | ||
"clear-dist": "rm -rf dist/", | ||
"check": "npm test && npm run lint", | ||
"check-and-publish": "stack ./scripts/publish.hs" | ||
}, | ||
@@ -37,7 +39,6 @@ "repository": { | ||
"eslint-plugin-react": "^7.1.0", | ||
"mocha": "^3.4.2" | ||
"mocha": "^3.4.2", | ||
"lodash": "^4.17.4" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.4" | ||
} | ||
"dependencies": {} | ||
} |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8606
0
0
12
- Removedlodash@^4.17.4
- Removedlodash@4.17.21(transitive)