Socket
Socket
Sign inDemoInstall

destr

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

destr - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

dist/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc