New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-postpone

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-postpone - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+4
-4
index.js

@@ -24,5 +24,5 @@ 'use strict'

runasync: function(msec, fn, cb) {
setTimeout(function() {
self.wait(0, function() {
fn();
}, 0);
});

@@ -38,3 +38,3 @@ self.wait(msec, function() {

runsync: function(msec, fn, cb) {
setTimeout(function() {
self.wait(0, function() {
fn();

@@ -45,4 +45,4 @@

});
}, 0);
});
}
};
{
"name": "node-postpone",
"version": "0.1.1",
"version": "0.1.2",
"description": "Postpone function execution",

@@ -5,0 +5,0 @@ "author": {

@@ -6,3 +6,3 @@ 'use strict'

describe('postpone', function() {
describe('node-postpone', function() {
describe('#now()', function() {

@@ -9,0 +9,0 @@ it('should return timestamp', function() {