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

read-pkg

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

read-pkg - npm Package Compare versions

Comparing version 8.0.0 to 8.1.0

1

index.d.ts

@@ -1,2 +0,1 @@

/* eslint-disable @typescript-eslint/no-redundant-type-constituents */
import type {PackageJson as typeFestPackageJson} from 'type-fest';

@@ -3,0 +2,0 @@ import type {Package as normalizePackage} from 'normalize-package-data';

10

package.json
{
"name": "read-pkg",
"version": "8.0.0",
"version": "8.1.0",
"description": "Read a package.json file",

@@ -38,11 +38,11 @@ "license": "MIT",

"@types/normalize-package-data": "^2.4.1",
"normalize-package-data": "^5.0.0",
"normalize-package-data": "^6.0.0",
"parse-json": "^7.0.0",
"type-fest": "^3.8.0"
"type-fest": "^4.2.0"
},
"devDependencies": {
"ava": "^5.2.0",
"ava": "^5.3.1",
"tsd": "^0.28.1",
"xo": "^0.54.0"
"xo": "^0.56.0"
}
}

@@ -64,3 +64,3 @@ # read-pkg

Type: `object | string`\
Type: `object | string`

@@ -67,0 +67,0 @@ An object or a stringified object to be parsed as a package.json.

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