Socket
Socket
Sign inDemoInstall

@pnpm/manifest-utils

Package Overview
Dependencies
Maintainers
3
Versions
67
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 1.1.4 to 1.1.5

8

CHANGELOG.md
# @pnpm/manifest-utils
## 1.1.5
### Patch Changes
- Updated dependencies [9ad8c27bf]
- @pnpm/types@6.4.0
- @pnpm/core-loggers@5.0.3
## 1.1.4

@@ -4,0 +12,0 @@

4

lib/filterDependenciesByType.d.ts
import { IncludedDependencies, ProjectManifest } from '@pnpm/types';
export declare function filterDependenciesByType(manifest: ProjectManifest, include: IncludedDependencies): {};
export declare function filterDependenciesByType(manifest: ProjectManifest, include: IncludedDependencies): {
[x: string]: string;
};

@@ -8,3 +8,4 @@ "use strict";

const error_1 = __importDefault(require("@pnpm/error"));
exports.getPrefix = (alias, name) => alias !== name ? `npm:${name}@` : '';
const getPrefix = (alias, name) => alias !== name ? `npm:${name}@` : '';
exports.getPrefix = getPrefix;
function getPref(alias, name, version, opts) {

@@ -11,0 +12,0 @@ const prefix = exports.getPrefix(alias, name);

{
"name": "@pnpm/manifest-utils",
"description": "Utils for dealing with package manifest",
"version": "1.1.4",
"version": "1.1.5",
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",

@@ -15,5 +15,2 @@ "bugs": {

],
"devDependencies": {
"@pnpm/manifest-utils": "link:"
},
"keywords": [],

@@ -33,5 +30,5 @@ "license": "MIT",

"dependencies": {
"@pnpm/core-loggers": "^5.0.2",
"@pnpm/error": "^1.4.0",
"@pnpm/types": "6.3.1"
"@pnpm/core-loggers": "5.0.3",
"@pnpm/error": "1.4.0",
"@pnpm/types": "6.4.0"
},

@@ -38,0 +35,0 @@ "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/manifest-utils#readme",

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