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

bs-sentia-std

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs-sentia-std - npm Package Compare versions

Comparing version 7.0.0 to 7.1.0

23

lib/js/src/std.js

@@ -752,2 +752,24 @@ // Generated by BUCKLESCRIPT VERSION 1.9.0, PLEASE EDIT WITH CARE

function filterMap(f, _xs) {
while(true) {
var xs = _xs;
if (xs) {
var xs$1 = xs[1];
var match = Curry._1(f, xs[0]);
if (match) {
return /* :: */[
match[0],
filterMap(f, xs$1)
];
} else {
_xs = xs$1;
continue ;
}
} else {
return /* [] */0;
}
};
}
function iter(f, _xs) {

@@ -1512,2 +1534,3 @@ while(true) {

flatMap2,
filterMap,
iter,

@@ -1514,0 +1537,0 @@ iter2,

2

package.json
{
"name": "bs-sentia-std",
"version": "7.0.0",
"version": "7.1.0",
"scripts": {

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

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