rwlockfile
Advanced tools
Comparing version 1.3.9 to 1.4.0
{ | ||
"name": "rwlockfile", | ||
"description": "lockfile utility with reader/writers", | ||
"version": "1.3.9", | ||
"version": "1.4.0", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -13,8 +13,14 @@ "bugs": "https://github.com/dickeyxxx/rwlockfile/issues", | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-eslint": "^7.2.3", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"flow-bin": "^0.47.0", | ||
"jest": "20.0.4", | ||
"jsdoc-to-markdown": "3.0.0", | ||
"standard": "10.0.2" | ||
"rwlockfile": "^1.3.9", | ||
"standard": "10.0.2", | ||
"tmp": "^0.0.31" | ||
}, | ||
"files": [ | ||
"rwlockfile.js" | ||
"lib" | ||
], | ||
@@ -27,13 +33,21 @@ "homepage": "https://github.com/dickeyxxx/rwlockfile", | ||
"license": "ISC", | ||
"main": "rwlockfile.js", | ||
"main": "lib/rwlockfile.js", | ||
"repository": "https://github.com/dickeyxxx/rwlockfile", | ||
"scripts": { | ||
"doc": "jsdoc2md --template README.hbs --files rwlockfile.js > README.md", | ||
"release": "np", | ||
"test": "jest && standard", | ||
"_version": "npm run doc && git add README.md" | ||
"build": "babel src -d lib --ignore '*.test.js'", | ||
"clean": "rimraf lib", | ||
"prepare": "npm run clean && npm run build", | ||
"test": "jest && flow && standard" | ||
}, | ||
"standard": { | ||
"env": "jest" | ||
"parser": "babel-eslint", | ||
"env": "jest", | ||
"globals": [ | ||
"$Shape" | ||
], | ||
"ignore": [ | ||
"flow-typed", | ||
"lib" | ||
] | ||
} | ||
} |
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
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
10750
224
9
1