New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pkg-types

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkg-types - npm Package Compare versions

Comparing version 1.3.1 to 2.0.0

25

package.json
{
"name": "pkg-types",
"version": "1.3.1",
"version": "2.0.0",
"description": "Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`",
"license": "MIT",
"main": "./dist/index.cjs",
"sideEffects": false,
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"types": "./dist/index.d.ts",
"types": "./dist/index.d.mts",
"repository": "unjs/pkg-types",

@@ -29,20 +27,19 @@ "files": [

"confbox": "^0.1.8",
"mlly": "^1.7.4",
"pathe": "^2.0.1"
"pathe": "^2.0.3"
},
"devDependencies": {
"@types/node": "^22.10.6",
"@vitest/coverage-v8": "^2.1.8",
"@types/node": "^22.13.5",
"@vitest/coverage-v8": "^3.0.7",
"automd": "^0.3.12",
"changelogen": "^0.5.7",
"eslint": "^9.18.0",
"eslint": "^9.21.0",
"eslint-config-unjs": "^0.4.2",
"expect-type": "^1.1.0",
"jiti": "^2.4.2",
"prettier": "^3.4.2",
"prettier": "^3.5.2",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"vitest": "^2.1.8"
"vitest": "^3.0.7"
},
"packageManager": "pnpm@9.15.4"
"packageManager": "pnpm@10.5.0"
}

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