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

@pnpm/check-package

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/check-package - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const dint = require("dint");
const load_json_file_1 = require("load-json-file");
const loadJsonFile = require("load-json-file");
const path = require("path");

@@ -9,3 +9,3 @@ async function untouched(pkgDir) {

try {
dirIntegrity = await load_json_file_1.default(path.join(path.dirname(pkgDir), 'integrity.json'));
dirIntegrity = await loadJsonFile(path.join(path.dirname(pkgDir), 'integrity.json'));
}

@@ -12,0 +12,0 @@ catch (err) {

{
"name": "@pnpm/check-package",
"version": "3.0.0",
"version": "3.0.1",
"description": "Checks the integrity of a package",

@@ -11,3 +11,3 @@ "main": "lib/index.js",

"engines": {
"node": ">=8"
"node": ">=8.15"
},

@@ -39,5 +39,4 @@ "scripts": {

"dependencies": {
"@types/load-json-file": "^2.0.7",
"dint": "^4.0.0",
"load-json-file": "^5.0.0"
"load-json-file": "^6.0.0"
},

@@ -44,0 +43,0 @@ "devDependencies": {

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