Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@draftbit/variable-json

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@draftbit/variable-json - npm Package Compare versions

Comparing version
0.6.9
to
0.6.11
+1
-1
package.json
{
"name": "@draftbit/variable-json",
"private": false,
"version": "0.6.9",
"version": "0.6.11",
"scripts": {

@@ -6,0 +6,0 @@ "copy-git-hooks": "if [ -e ./hooks ]; then cp -v ./hooks/* ./.git/hooks; fi",

@@ -10,3 +10,2 @@ // Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE

var Belt_List = require("bs-platform/lib/js/belt_List.js");
var Pervasives = require("bs-platform/lib/js/pervasives.js");
var CamlinternalLazy = require("bs-platform/lib/js/camlinternalLazy.js");

@@ -47,3 +46,3 @@ var ReludeParse_Parser = require("relude-parse/src/ReludeParse_Parser.bs.js");

if (variable.tag) {
return Pervasives.failwith(variable[0]);
return ReludeParse_Parser.fail(variable[0]);
} else {

@@ -50,0 +49,0 @@ return ReludeParse_Parser.pure(variable[0]);

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet