Socket
Socket
Sign inDemoInstall

pkg-types

Package Overview
Dependencies
Maintainers
2
Versions
26
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 0.3.2 to 0.3.3

6

dist/index.d.ts

@@ -50,3 +50,3 @@ import { ResolveOptions as ResolveOptions$1 } from 'mlly';

* Some rules:
- The name must be less than or equal to 214 characters. This includes the scope for scoped packages.

@@ -56,3 +56,3 @@ - The name can’t start with a dot or an underscore.

- The name ends up being part of a URL, an argument on the command line, and a folder name. Therefore, the name can’t contain any non-URL-safe characters.
*/

@@ -99,2 +99,3 @@ name?: string;

};
scripts?: Record<string, string>;
/**

@@ -184,2 +185,3 @@ * If you set `"private": true` in your package.json, then npm will refuse to publish it.

workspaces?: string[];
[key: string]: any;
}

@@ -186,0 +188,0 @@

{
"name": "pkg-types",
"version": "0.3.2",
"version": "0.3.3",
"description": "Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`",

@@ -16,25 +16,23 @@ "license": "MIT",

],
"scripts": {
"prepack": "unbuild",
"release": "standard-version && npm publish && git push --follow-tags",
"test": "mocha -r jiti/register ./test/**/*.test.*",
"test:types": "tsc --noEmit --module esnext --skipLibCheck --moduleResolution node ./test/*.test.ts"
},
"dependencies": {
"jsonc-parser": "^3.0.0",
"mlly": "^0.3.6",
"pathe": "^0.2.0"
"mlly": "^0.5.3",
"pathe": "^0.3.0"
},
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"expect-type": "^0.12.0",
"jiti": "^1.12.7",
"mocha": "^9.1.2",
"nyc": "^15.1.0",
"standard-version": "^9.3.1",
"typescript": "^4.4.4",
"unbuild": "^0.5.7"
"@types/node": "latest",
"c8": "latest",
"expect-type": "latest",
"jiti": "latest",
"standard-version": "latest",
"typescript": "latest",
"unbuild": "latest",
"vitest": "latest"
},
"packageManager": "pnpm@7.1.0",
"scripts": {
"release": "standard-version && pnpm publish && git push --follow-tags",
"test": "vitest run",
"test:types": "tsc --noEmit --module esnext --skipLibCheck --moduleResolution node ./test/*.test.ts"
}
}
}
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