@rescript/std
Advanced tools
Comparing version 11.0.1 to 11.1.0-rc.1
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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1838715
77397
1