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

deferrals

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

deferrals - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

19

package.json
{
"name": "deferrals",
"version": "1.0.1",
"version": "1.0.2",
"description": "A way to globally define promises that you can await at multiple locations.",
"author": "Evelyne Lachance <eslachance@gmail.com> (https://evie.codes/)",
"license": "Apache-2.0",
"main": "dist/index.js",
"scripts": {
"prepublishOnly": "tsc",
"build": "tsc",
"watch": "tsc -w"
},
"devDependencies": {
"@types/node": "^17.0.23",
"typescript": "^4.6.3"
},
"repository": {

@@ -17,9 +24,7 @@ "type": "git",

},
"author": "Evelyne Lachance <eslachance@gmail.com> (https://evie.codes/)",
"keywords": [],
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^17.0.23",
"typescript": "^4.6.3"
}
"files": [
"dist",
"!dist/*.tsbuildinfo"
]
}
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