@chieforz/json-file-database
Advanced tools
Comparing version 0.1.0 to 0.1.1
### [0.1.1](https://github.com/ChiefORZ/json-file-database/compare/0.1.0...0.1.1) (2022-10-14) | ||
### Bug Fixes | ||
* build pkg post install ([75a34ef](https://github.com/ChiefORZ/json-file-database/commit/75a34ef5bb1914cd64d9fe7e8ac2ade961a62c26)) | ||
## 0.1.0 (2022-10-14) | ||
@@ -4,0 +11,0 @@ |
@@ -31,3 +31,3 @@ { | ||
"license": "MIT", | ||
"main": "dist/src/index.js", | ||
"main": "dist/index.js", | ||
"name": "@chieforz/json-file-database", | ||
@@ -43,8 +43,8 @@ "publishConfig": { | ||
"scripts": { | ||
"prepublish": "rimraf dist && tsc", | ||
"postinstall": "rimraf dist && tsc", | ||
"release": "release-it", | ||
"test": "ava" | ||
}, | ||
"typings": "dist/src/index.d.ts", | ||
"version": "0.1.0" | ||
"typings": "dist/index.d.ts", | ||
"version": "0.1.1" | ||
} |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
66029
21
786
1
1
1