New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

proback.js

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proback.js - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

4

package.json
{
"name": "proback.js",
"version": "2.1.3",
"version": "2.1.4",
"description": "Tiny libary to aid Promise/Callback dual API design",

@@ -27,3 +27,3 @@ "keywords": [

"devDependencies": {
"chai": "^4.1.1",
"chai": "^4.1.2",
"gulp": "^3.9.1",

@@ -30,0 +30,0 @@ "gulp-eslint": "^4.0.0",

@@ -8,1 +8,8 @@ let stopper = async function ( promise ) {

console.log( stopper( new Promise( () => {} ) ) )
let failer = async function ( ) {
let timestamp = Date.now()
return Date.now() - timestamp
}
console.log( failer( ) )
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