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

timers-ext

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timers-ext - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.1.7"></a>
## [0.1.7](https://github.com/medikoo/timers-ext/compare/v0.1.6...v0.1.7) (2018-10-04)
### Bug Fixes
* typo in error message ([36720cf](https://github.com/medikoo/timers-ext/commit/36720cf))
<a name="0.1.6"></a>

@@ -7,0 +17,0 @@ ## [0.1.6](https://github.com/medikoo/timers-ext/compare/v0.1.5...v0.1.6) (2018-10-04)

2

package.json
{
"name": "timers-ext",
"version": "0.1.6",
"version": "0.1.7",
"description": "Timers extensions",

@@ -5,0 +5,0 @@ "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",

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

customError(
"Operation timeout (exceed " +
"Operation timeout (exceeded " +
(isValue(timeout) ? timeout + "ms" : "tick") +

@@ -23,0 +23,0 @@ ")",

@@ -11,5 +11,3 @@ "use strict";

new Promise(function (resolve) {
setTimeout(function () {
resolve("foo");
}, 20);
setTimeout(function () { resolve("foo"); }, 20);
}),

@@ -31,5 +29,3 @@ 40

new Promise(function (resolve) {
setTimeout(function () {
resolve("foo");
}, 40);
setTimeout(function () { resolve("foo"); }, 40);
}),

@@ -36,0 +32,0 @@ 20

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