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

rwlockfile

Package Overview
Dependencies
Maintainers
4
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rwlockfile - npm Package Compare versions

Comparing version 1.3.9 to 1.4.0

lib/rwlockfile.js

32

package.json
{
"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"
]
}
}
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