Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "dirty-ts", | ||
"description": "A tiny & fast key value store with append-only disk log. Ideal for apps with < 1 million records. Now with type declarations", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"repository": "https://github.com/ether/dirty_db.git", | ||
@@ -16,3 +16,2 @@ "license": "MIT", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-mocha": "^9.0.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
@@ -32,5 +31,3 @@ "eslint-plugin-prefer-arrow": "^1.2.3", | ||
"lint:fix": "eslint --fix .", | ||
"test": "mocha test/test-*.js -R list", | ||
"build": "bun run build:declaration", | ||
"build:declaration": "tsc" | ||
"build": "tsc" | ||
}, | ||
@@ -37,0 +34,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
11
0
21561