Socket
Socket
Sign inDemoInstall

@nodesuite/defer

Package Overview
Dependencies
1
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.5 to 0.3.6

.eslintrc.js

21

package.json
{
"$schema": "https://json.schemastore.org/package",
"name": "@nodesuite/defer",
"version": "0.3.5",
"version": "0.3.6",
"description": "Deferred Promise resolution tools.",

@@ -17,7 +17,12 @@ "keywords": [

"author": "@nodesuite",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"dependencies": {

@@ -41,4 +46,4 @@ "tslib": "^2.4.1"

"typescript": "4.7.4",
"@nodesuite/eslint-config": "0.3.5",
"@nodesuite/node-rig": "0.3.5"
"@nodesuite/eslint-config": "0.3.6",
"@nodesuite/node-rig": "0.3.6"
},

@@ -45,0 +50,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc