Socket
Socket
Sign inDemoInstall

@rescript/std

Package Overview
Dependencies
0
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.0.0-beta.2 to 10.0.0-beta.3

lib/es6/js_bigint.js

24

lib/es6/belt_internalSetBuckets.js

@@ -6,2 +6,14 @@

function copyBucket(c) {
if (c === undefined) {
return c;
}
var head = {
key: c.key,
next: undefined
};
copyAuxCont(c.next, head);
return head;
}
function copyAuxCont(_c, _prec) {

@@ -25,14 +37,2 @@ while(true) {

function copyBucket(c) {
if (c === undefined) {
return c;
}
var head = {
key: c.key,
next: undefined
};
copyAuxCont(c.next, head);
return head;
}
function copyBuckets(buckets) {

@@ -39,0 +39,0 @@ var len = buckets.length;

@@ -54,2 +54,4 @@

var Bigint;
var $$Option;

@@ -91,2 +93,3 @@

Int ,
Bigint ,
$$Option ,

@@ -93,0 +96,0 @@ Result ,

@@ -6,2 +6,14 @@ 'use strict';

function copyBucket(c) {
if (c === undefined) {
return c;
}
var head = {
key: c.key,
next: undefined
};
copyAuxCont(c.next, head);
return head;
}
function copyAuxCont(_c, _prec) {

@@ -25,14 +37,2 @@ while(true) {

function copyBucket(c) {
if (c === undefined) {
return c;
}
var head = {
key: c.key,
next: undefined
};
copyAuxCont(c.next, head);
return head;
}
function copyBuckets(buckets) {

@@ -39,0 +39,0 @@ var len = buckets.length;

@@ -54,2 +54,4 @@ 'use strict';

var Bigint;
var $$Option;

@@ -90,2 +92,3 @@

exports.Int = Int;
exports.Bigint = Bigint;
exports.$$Option = $$Option;

@@ -92,0 +95,0 @@ exports.Result = Result;

{
"name": "@rescript/std",
"version": "10.0.0-beta.2",
"version": "10.0.0-beta.3",
"keywords": [

@@ -5,0 +5,0 @@ "rescript",

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