Socket
Socket
Sign inDemoInstall

is-promise

Package Overview
Dependencies
0
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

index.mjs

14

package.json
{
"name": "is-promise",
"version": "2.2.0",
"version": "2.2.1",
"description": "Test whether an object looks like a promises-a+ promise",
"main": "index.js",
"type": "module",
"main": "./index.js",
"exports": {
"import": "index.mjs",
"require": "index.js"
"import": "./index.mjs",
"require": "./index.js"
},

@@ -15,3 +14,4 @@ "scripts": {

"files": [
"index.js"
"index.js",
"index.mjs"
],

@@ -26,4 +26,4 @@ "repository": {

"better-assert": "^1.0.2",
"mocha": "^7.1.1"
"mocha": "~1.7.4"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc