New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@you21979/promise-sleep

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@you21979/promise-sleep - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

dist/index.d.ts

42

package.json
{
"author": "Yuki Akiyama",
"name": "@you21979/promise-sleep",
"version": "1.0.1",
"private": false,
"dependencies": {
"bluebird" : "3.4.*"
},
"readmeFilename": "README.md",
"version": "1.1.0",
"description": "sleep for promise",
"main": "index.js",
"devDependencies": {
},
"scripts": {
"test": ""
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"example",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "git://github.com/you21979/node-promise-sleep.git"
"url": "git+https://github.com/you21979/node-promise-sleep.git"
},

@@ -26,6 +23,21 @@ "keywords": [

],
"devDependencies": {
"@types/node": "^9.6.0",
"@types/mocha": "^5.0.0",
"typescript": "^2.8.0",
"istanbul": "^0.4.5",
"coveralls": "^3.0.0",
"mocha": "^5.0.5"
},
"scripts": {
"build": "./node_modules/.bin/tsc -p ./",
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha ./dist/test",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"author": "Yuki Akiyama",
"license": "MIT",
"bugs": {
"url": "https://github.com/you21979/node-promise-sleep/issues"
},
"license": "MIT"
"homepage": "https://github.com/you21979/node-promise-sleep#readme"
}
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