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

metal-promise

Package Overview
Dependencies
Maintainers
9
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metal-promise - npm Package Compare versions

Comparing version

to
3.0.0

lib/all.js

2

lib/promise/Promise.js

@@ -912,3 +912,3 @@ /*!

var _this = _possibleConstructorReturn(this, _Error.call(this, opt_message));
var _this = _possibleConstructorReturn(this, (_class.__proto__ || Object.getPrototypeOf(_class)).call(this, opt_message));

@@ -915,0 +915,0 @@ if (opt_message) {

{
"name": "metal-promise",
"version": "2.0.1",
"version": "3.0.0",
"description": "Promises polyfill from Google's Closure Library in ES6",

@@ -11,4 +11,4 @@ "license": "BSD",

},
"main": "lib/promise/Promise.js",
"jsnext:main": "src/promise/Promise.js",
"main": "lib/all.js",
"jsnext:main": "src/all.js",
"files": [

@@ -21,3 +21,4 @@ "lib",

"compile": "babel --presets metal -d lib/ src/",
"prepublish": "npm run compile"
"prepublish": "npm run compile",
"test": "jest"
},

@@ -33,4 +34,7 @@ "keywords": [

"babel-cli": "^6.4.5",
"babel-preset-metal": "^4.0.0"
"babel-jest": "^21.2.0",
"babel-preset-metal": "^4.0.0",
"jest": "^21.2.1",
"sinon": "^4.0.1"
}
}

@@ -0,1 +1,5 @@

# metal-promise
[![Build Status](https://travis-ci.org/metal/metal-promise.svg?branch=master)](https://travis-ci.org/metal/metal-promise)
```

@@ -2,0 +6,0 @@ /*!