Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

partial-json

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

partial-json - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

dist/index.d.ts

26

package.json
{
"name": "partial-json",
"version": "0.1.4",
"version": "0.1.5",
"description": "Parse partial JSON generated by LLM",

@@ -17,9 +17,12 @@ "keywords": [

".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./options": {
"default": "./dist/options.js",
"types": "./dist/options.d.ts"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",

@@ -30,12 +33,9 @@ "files": [

"devDependencies": {
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"esbuild": "^0.19.5",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
"@vitest/coverage-istanbul": "^1.2.2",
"@vitest/ui": "^1.2.2",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
},
"scripts": {
"build": "tsc && (npm run build:cjs & npm run build:esm)",
"build:cjs": "esbuild src/index.ts --sourcemap=external --minify --keep-names --bundle --format=cjs --outfile=dist/index.cjs",
"build:esm": "esbuild src/index.ts --sourcemap=external --minify --keep-names --bundle --format=esm --outfile=dist/index.mjs",
"build": "tsc",
"coverage": "vitest run --coverage",

@@ -42,0 +42,0 @@ "test": "vitest",

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