Socket
Socket
Sign inDemoInstall

pkg-types

Package Overview
Dependencies
6
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.5 to 0.3.6

4

dist/index.d.ts

@@ -196,5 +196,5 @@ import { ResolveOptions as ResolveOptions$1 } from 'mlly';

declare function defineTSConfig(tsconfig: TSConfig): TSConfig;
declare function readPackageJSON(id: string, opts?: ResolveOptions): Promise<PackageJson>;
declare function readPackageJSON(id?: string, opts?: ResolveOptions): Promise<PackageJson>;
declare function writePackageJSON(path: string, pkg: PackageJson): Promise<void>;
declare function readTSConfig(id: string, opts?: ResolveOptions): Promise<TSConfig>;
declare function readTSConfig(id?: string, opts?: ResolveOptions): Promise<TSConfig>;
declare function writeTSConfig(path: string, tsconfig: TSConfig): Promise<void>;

@@ -201,0 +201,0 @@ declare function resolvePackageJSON(id?: string, opts?: ResolveOptions): Promise<string>;

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

@@ -19,18 +19,18 @@ "license": "MIT",

"jsonc-parser": "^3.2.0",
"mlly": "^0.5.14",
"pathe": "^0.3.7"
"mlly": "^0.5.16",
"pathe": "^0.3.9"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@types/node": "^18.7.15",
"@vitest/coverage-c8": "^0.23.1",
"eslint": "^8.23.0",
"expect-type": "^0.14.0",
"jiti": "^1.15.0",
"@types/node": "^18.11.6",
"@vitest/coverage-c8": "^0.24.3",
"eslint": "^8.26.0",
"expect-type": "^0.15.0",
"jiti": "^1.16.0",
"standard-version": "^9.5.0",
"typescript": "^4.8.2",
"unbuild": "^0.8.10",
"vitest": "^0.23.1"
"typescript": "^4.8.4",
"unbuild": "^0.9.4",
"vitest": "^0.24.3"
},
"packageManager": "pnpm@7.11.0",
"packageManager": "pnpm@7.14.0",
"scripts": {

@@ -37,0 +37,0 @@ "dev": "vitest",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc