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 2.0.0 to 2.0.1

2

lib/tiny-defer.es6.js

@@ -8,3 +8,3 @@ /**

* @link https://github.com/avoidwork/tiny-defer
* @version 2.0.0
* @version 2.0.1
*/

@@ -11,0 +11,0 @@ (function (global) {

@@ -0,1 +1,3 @@

"use strict";
/**

@@ -8,6 +10,4 @@ * Tiny Deferred for Client or Server

* @link https://github.com/avoidwork/tiny-defer
* @version 2.0.0
* @version 2.0.1
*/
"use strict";
(function (global) {

@@ -17,5 +17,5 @@ var Promise = global.Promise;

function deferred() {
var promise = undefined,
resolver = undefined,
rejecter = undefined;
var promise = void 0,
resolver = void 0,
rejecter = void 0;

@@ -22,0 +22,0 @@ promise = new Promise(function (resolve, reject) {

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

@@ -31,5 +31,6 @@ "main": "lib/tiny-defer.js",

"devDependencies": {
"babel-eslint": "^4.1.0",
"babel-eslint": "^4.1.4",
"babel-preset-es2015": "^6.1.2",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.0",
"grunt-babel": "^6.0.0",
"grunt-cli": "^0.1.13",

@@ -36,0 +37,0 @@ "grunt-contrib-concat": "^0.5.1",

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