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.8
to
0.6.9
+5
-2
package.json
{
"name": "@draftbit/variable-json",
"private": false,
"version": "0.6.8",
"version": "0.6.9",
"scripts": {

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

"test": "jest __tests__/*.bs.js",
"package": "yarn parcel build src/VJson.bs.js --no-source-maps"
"package": "yarn parcel build src/VJson.bs.js --no-source-maps",
"npm:publish": "npm publish --access public",
"npm:publish-patch": "npm version patch && yarn npm:publish && git push --tags",
"npm:publish-minor": "npm version minor && yarn npm:publish && git push --tags"
},

@@ -18,0 +21,0 @@ "keywords": [

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

return JSON.stringify(param[0]) + (": " + serialize(param[1], variableToString));
})).join(", ") + "]");
})).join(", ") + "}");

@@ -121,0 +121,0 @@ }

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

Sorry, the diff of this file is not supported yet