Socket
Socket
Sign inDemoInstall

@nodesuite/defer

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodesuite/defer - npm Package Compare versions

Comparing version 0.1.20 to 0.2.2

28

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

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

"author": "@nodesuite",
"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",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/*.js",
"dist/*.d.ts"
],
"dependencies": {

@@ -33,5 +29,5 @@ "tslib": "^2.4.1"

"@rushstack/eslint-config": "^3.1.1",
"@rushstack/heft": "^0.48.8",
"@types/node": "^18.11.9",
"@typescript-eslint/parser": "^5.44.0",
"@rushstack/heft": "^0.48.9",
"@types/node": "^18.11.15",
"@typescript-eslint/parser": "^5.46.1",
"ava": "^5.1.0",

@@ -47,4 +43,4 @@ "barrelsby": "^2.5.1",

"typescript": "4.7.4",
"@nodesuite/eslint-config": "0.1.20",
"@nodesuite/node-rig": "0.1.20"
"@nodesuite/eslint-config": "0.2.2",
"@nodesuite/node-rig": "0.2.2"
},

@@ -51,0 +47,0 @@ "engines": {

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