Socket
Socket
Sign inDemoInstall

wait-for-stuff

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wait-for-stuff - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

.npmignore

27

package.json
{
"name": "wait-for-stuff",
"version": "0.1.0",
"version": "1.0.0",
"description": "an extendable library that can wait for stuff to happen in a synchronous-but-not-blocking manner",

@@ -16,4 +16,25 @@ "main": "index.js",

],
"author": "Uri Chandler",
"license": "MIT"
"author": {
"name": "Uri Chandler",
"email": "uri@kungfoo.bar",
"url": "https://blog.kungfoo.bar"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ujc/wait-for-stuff/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ujc/wait-for-stuff.git"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.32",
"@types/node": "^6.0.45",
"chai": "^3.5.0",
"mocha": "^3.1.2"
},
"dependencies": {
"deasync": "^0.1.8"
}
}
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