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

pnpm-shrinkwrap

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pnpm-shrinkwrap - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

1

lib/write.js

@@ -16,2 +16,3 @@ "use strict";

noCompatMode: true,
noRefs: true,
sortKeys: true,

@@ -18,0 +19,0 @@ };

5

package.json
{
"name": "pnpm-shrinkwrap",
"version": "6.0.1",
"description": "pnpm's shrinkwrap",
"version": "6.0.2",
"description": "Read/write/prune and other utils for dealing with shrinkwrap.yaml files",
"main": "lib/index.js",

@@ -53,2 +53,3 @@ "typings": "lib/index.d.ts",

"dependencies": {
"@types/js-yaml": "^3.10.1",
"@types/node": "^9.3.0",

@@ -55,0 +56,0 @@ "@types/ramda": "^0.25.12",

# pnpm-shrinkwrap
> Read/write/prune and other utils for dealing with shrinkwrap.yaml files
[![Build Status](https://travis-ci.org/pnpm/pnpm-shrinkwrap.svg?branch=master)](https://travis-ci.org/pnpm/pnpm-shrinkwrap)
> pnpm's shrinkwrap
Reads and writes the public (`shrinkwrap.yaml`) and private (`node_modules/.shrinkwrap.yaml`) shrinkwrap files of pnpm.

@@ -8,0 +8,0 @@ Shrinkwrap files are the state files of the `node_modules` installed via pnpm. They are like

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