Socket
Socket
Sign inDemoInstall

just-try

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -23,3 +23,3 @@

var main = module.exports = (act, onsuccess, onerror) => tryCatch(act, onsuccess, onerror);
var main = module.exports = (act, onerror, onsuccess) => tryCatch(act, onerror, onsuccess);

@@ -26,0 +26,0 @@ Object.setPrototypeOf(main, {

@@ -5,3 +5,3 @@

"description": "Functional try-catch",
"version": "1.1.0",
"version": "1.1.1",
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",

@@ -8,0 +8,0 @@ "contributors": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc