Socket
Socket
Sign inDemoInstall

@rescript/std

Package Overview
Dependencies
0
Maintainers
6
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.0.0-alpha.1 to 11.0.0-alpha.2

4

lib/es6/camlinternalLazy.js

@@ -18,3 +18,3 @@

function raise_undefined(param) {
function raise_undefined() {
throw {

@@ -36,3 +36,3 @@ RE_EXN_ID: Undefined,

catch (e){
lzv.VAL = (function (param) {
lzv.VAL = (function () {
throw e;

@@ -39,0 +39,0 @@ });

@@ -173,7 +173,7 @@

function print_newline(param) {
function print_newline() {
console.log("");
}
function prerr_newline(param) {
function prerr_newline() {
console.error("");

@@ -202,3 +202,3 @@ }

var g = exit_function.contents;
exit_function.contents = (function (param) {
exit_function.contents = (function () {
f(undefined);

@@ -205,0 +205,0 @@ g(undefined);

@@ -18,3 +18,3 @@ 'use strict';

function raise_undefined(param) {
function raise_undefined() {
throw {

@@ -36,3 +36,3 @@ RE_EXN_ID: Undefined,

catch (e){
lzv.VAL = (function (param) {
lzv.VAL = (function () {
throw e;

@@ -39,0 +39,0 @@ });

@@ -173,7 +173,7 @@ 'use strict';

function print_newline(param) {
function print_newline() {
console.log("");
}
function prerr_newline(param) {
function prerr_newline() {
console.error("");

@@ -202,3 +202,3 @@ }

var g = exit_function.contents;
exit_function.contents = (function (param) {
exit_function.contents = (function () {
f(undefined);

@@ -205,0 +205,0 @@ g(undefined);

{
"name": "@rescript/std",
"version": "11.0.0-alpha.1",
"version": "11.0.0-alpha.2",
"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