Comparing version 1.2.1 to 1.2.2
@@ -1,2 +0,2 @@ | ||
declare type Options = { | ||
type Options = { | ||
strict?: boolean; | ||
@@ -3,0 +3,0 @@ }; |
{ | ||
"name": "destr", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A faster, secure and convenient alternative for JSON.parse", | ||
@@ -23,18 +23,21 @@ "repository": "unjs/destr", | ||
"@hapi/bourne": "^3.0.0", | ||
"@vitest/coverage-c8": "^0.25.3", | ||
"benchmark": "^2.1.4", | ||
"eslint": "^8.27.0", | ||
"eslint": "^8.29.0", | ||
"eslint-config-unjs": "^0.0.2", | ||
"secure-json-parse": "^2.5.0", | ||
"secure-json-parse": "^2.6.0", | ||
"standard-version": "^9.5.0", | ||
"typescript": "^4.8.4", | ||
"unbuild": "^0.9.4" | ||
"typescript": "^4.9.3", | ||
"unbuild": "^1.0.1", | ||
"vitest": "^0.25.3" | ||
}, | ||
"packageManager": "pnpm@7.16.0", | ||
"packageManager": "pnpm@7.18.0", | ||
"scripts": { | ||
"bench": "pnpm build && node ./bench.cjs", | ||
"build": "unbuild", | ||
"dev": "vitest dev", | ||
"lint": "eslint --ext .ts .", | ||
"release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish", | ||
"test": "pnpm lint" | ||
"test": "pnpm lint && vitest run --coverage" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
9728
114
10