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

@rescript/std

Package Overview
Dependencies
Maintainers
6
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rescript/std - npm Package Compare versions

Comparing version 11.0.1 to 11.1.0-rc.1

3

lib/es6/js_json.js
import * as Caml_option from "./caml_option.js";

@@ -78,3 +77,3 @@ var Kind = {};

if (typeof json === "object" && !Array.isArray(json) && json !== null) {
return Caml_option.some(json);
return json;
}

@@ -81,0 +80,0 @@

'use strict';
var Caml_option = require("./caml_option.js");

@@ -78,3 +77,3 @@ var Kind = {};

if (typeof json === "object" && !Array.isArray(json) && json !== null) {
return Caml_option.some(json);
return json;
}

@@ -81,0 +80,0 @@

{
"name": "@rescript/std",
"version": "11.0.1",
"version": "11.1.0-rc.1",
"keywords": [

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

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