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

node-graceful

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-graceful - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

.idea/libraries/tsconfig_roots.xml

15

package.json
{
"name": "node-graceful",
"version": "0.2.3",
"version": "0.2.4",
"description": "Graceful process exit manager. allows waiting on multiple async services.",

@@ -20,8 +20,15 @@ "main": "graceful.js",

"scripts": {
"test": "node tests/runner",
"test:unit": "node tests/runner",
"test:lint": "tslint -c tslint.json --fix tests/*.ts",
"test": "npm run test:unit && npm run test:lint",
"transpile": "cat graceful.js | 6to5 > es5/index.js",
"prepublish": "npm run transpile"
"prepublish": "npm run test && npm run transpile"
},
"author": "mrbar42",
"license": "WTFPL"
"license": "WTFPL",
"devDependencies": {
"6to5": "3.6.5",
"tslint": "5.9.1",
"typescript": "2.6.2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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