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 2.1.7 to 2.1.8

6

lib/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

17

package.json
{
"name": "@pnpm/manifest-utils",
"description": "Utils for dealing with package manifest",
"version": "2.1.7",
"version": "2.1.8",
"bugs": {

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

},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/manifest-utils",
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/manifest-utils",
"dependencies": {
"@pnpm/core-loggers": "6.1.3",
"@pnpm/core-loggers": "6.1.4",
"@pnpm/error": "2.0.0",
"@pnpm/types": "7.9.0"
"@pnpm/types": "7.10.0"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/manifest-utils#readme",
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/manifest-utils#readme",
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/manifest-utils": "2.1.7"
"@pnpm/manifest-utils": "2.1.8"
},

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

"lint": "eslint src/**/*.ts test/**/*.ts",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"readme": "# @pnpm/manifest-utils\n\n> Utils for dealing with package manifest\n\n## Installation\n\n```\npnpm i @pnpm/manifest-utils\n\n```\n\n## License\n\n[MIT](LICENSE)\n"
"compile": "tsc --build && pnpm run lint --fix"
}
}

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