@draftbit/variable-json
Advanced tools
+5
-2
| { | ||
| "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": [ |
+1
-1
@@ -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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
451198
0.05%