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

bs-sentia-promise

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs-sentia-promise - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

8

lib/js/src/promise.js

@@ -21,3 +21,5 @@ // Generated by BUCKLESCRIPT VERSION 1.9.0, PLEASE EDIT WITH CARE

function biMap(fail, success, p) {
return p.then(success, fail);
return p.then(success, (function (err) {
return Promise.reject(Curry._1(fail, err));
}));
}

@@ -28,3 +30,5 @@

return x;
}), f);
}), (function (err) {
return Promise.reject(Curry._1(f, err));
}));
}

@@ -31,0 +35,0 @@

{
"name": "bs-sentia-promise",
"version": "0.2.1",
"version": "0.2.2",
"scripts": {

@@ -5,0 +5,0 @@ "clean": "bsb -clean-world",

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