Socket
Socket
Sign inDemoInstall

es6-promise

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-promise - npm Package Compare versions

Comparing version 4.0.4 to 4.0.5

2

auto.js
// This file can be required in Browserify and Node.js for automatic polyfill
// To use it: require('es6-promise/auto');
'use strict';
module.exports = require('.').polyfill();
module.exports = require('./').polyfill();
# Master
# 4.0.5
* fix require('es6-promise/auto') for Node < 4
# 4.0.4

@@ -4,0 +8,0 @@

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

* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
* @version 4.0.4+b25d4402
* @version 4.0.5
*/

@@ -9,0 +9,0 @@

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

* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
* @version 4.0.4+b25d4402
* @version 4.0.5
*/

@@ -9,0 +9,0 @@

{
"name": "es6-promise",
"namespace": "es6-promise",
"version": "4.0.4",
"version": "4.0.5",
"description": "A lightweight library that provides tools for organizing asynchronous code",

@@ -6,0 +6,0 @@ "main": "dist/es6-promise.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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