format-json-utils
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "format-json-utils", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "format-json-utils", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "tsc", | ||
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", | ||
"lint": "tslint -p tsconfig.json" | ||
}, | ||
"files": [ | ||
"lib/**/*" | ||
], | ||
"author": "Sailing", | ||
@@ -14,3 +21,9 @@ "license": "ISC", | ||
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^3.0.2", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^5.1.6" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7679
4
131
4