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

@pnpm/manifest-utils

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/manifest-utils - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

lib/getPref.d.ts

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

export declare type PinnedVersion = 'major' | 'minor' | 'patch' | 'none';
export type PinnedVersion = 'major' | 'minor' | 'patch' | 'none';
export declare const getPrefix: (alias: string, name: string) => string;

@@ -3,0 +3,0 @@ export declare function getPref(alias: string, name: string, version: string | undefined, opts: {

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

case 'none':
return '*';
case 'major':

@@ -18,0 +17,0 @@ if (opts.rolling)

{
"name": "@pnpm/manifest-utils",
"description": "Utils for dealing with package manifest",
"version": "4.1.1",
"version": "4.1.2",
"bugs": {

@@ -21,3 +21,3 @@ "url": "https://github.com/pnpm/pnpm/issues"

},
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/manifest-utils",
"repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manifest/manifest-utils",
"dependencies": {

@@ -28,6 +28,6 @@ "@pnpm/core-loggers": "8.0.2",

},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/manifest-utils#readme",
"homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manifest/manifest-utils#readme",
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/manifest-utils": "4.1.1"
"@pnpm/manifest-utils": "4.1.2"
},

@@ -34,0 +34,0 @@ "exports": {

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