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

co-assert-timeout

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-assert-timeout - npm Package Compare versions

Comparing version 0.0.5 to 1.0.0

2

index.js

@@ -61,2 +61,2 @@ var co = require('co')

&& 'GeneratorFunction' === obj.constructor.name
}
}
{
"name": "co-assert-timeout",
"description": "Assert a thunk or generator's timeout co-style",
"version": "0.0.5",
"version": "1.0.0",
"author": {

@@ -21,15 +21,15 @@ "name": "Jonathan Ong",

"dependencies": {
"co": "3",
"ms": "~0.6.2"
"co": "^3.1.0",
"ms": "^2.1.1"
},
"devDependencies": {
"mocha": "*",
"should": "*"
"mocha": "^5.2.0",
"should": "^13.2.3"
},
"scripts": {
"test": "make test;"
"test": "make test"
},
"engines": {
"node": ">= 0.11.3"
"node": ">= 8.0.0"
}
}

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