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 3.3.0 to 3.3.1

2

lib/constants.d.ts
export declare const SHRINKWRAP_FILENAME = "shrinkwrap.yaml";
export declare const PRIVATE_SHRINKWRAP_FILENAME: string;
export declare const SHRINKWRAP_VERSION = 3.1;
export declare const SHRINKWRAP_VERSION = 3;

@@ -6,3 +6,6 @@ "use strict";

exports.PRIVATE_SHRINKWRAP_FILENAME = path.join('node_modules', '.shrinkwrap.yaml');
exports.SHRINKWRAP_VERSION = 3.1;
// Although .0 versions are supported, a bump to 3.1 would be a breaking change
// because comver version support was added after releasing version 3.
// From version 4.0 everything should be fine.
exports.SHRINKWRAP_VERSION = 3;
//# sourceMappingURL=constants.js.map
{
"name": "pnpm-shrinkwrap",
"version": "3.3.0",
"version": "3.3.1",
"description": "pnpm's shrinkwrap",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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