Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tiny-defer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-defer - npm Package Compare versions

Comparing version 1.0.4 to 2.0.0

6

lib/tiny-defer.es6.js

@@ -5,9 +5,9 @@ /**

* @author Jason Mulligan <jason.mulligan@avoidwork.com>
* @copyright 2015 Jason Mulligan <jason.mulligan@avoidwork.com>
* @copyright 2016 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @link https://github.com/avoidwork/tiny-defer
* @version 1.0.4
* @version 2.0.0
*/
(function (global) {
const Promise = global.Promise || require("es6-promise").Promise;
const Promise = global.Promise;

@@ -14,0 +14,0 @@ function deferred () {

@@ -5,6 +5,6 @@ /**

* @author Jason Mulligan <jason.mulligan@avoidwork.com>
* @copyright 2015 Jason Mulligan <jason.mulligan@avoidwork.com>
* @copyright 2016 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @link https://github.com/avoidwork/tiny-defer
* @version 1.0.4
* @version 2.0.0
*/

@@ -14,3 +14,3 @@ "use strict";

(function (global) {
var Promise = global.Promise || require("es6-promise").Promise;
var Promise = global.Promise;

@@ -17,0 +17,0 @@ function deferred() {

{
"name": "tiny-defer",
"version": "1.0.4",
"version": "2.0.0",
"description": "Tiny Deferred for Client or Server",

@@ -26,2 +26,6 @@ "main": "lib/tiny-defer.js",

"homepage": "https://github.com/avoidwork/tiny-defer",
"engineStrict": true,
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {

@@ -33,9 +37,7 @@ "babel-eslint": "^4.1.0",

"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.1.0"
},
"dependencies": {
"es6-promise": "^3.0.2"
}
}
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