@pnpm/manifest-utils
Advanced tools
Comparing version 2.1.7 to 2.1.8
"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; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
193
17638
+ Added@pnpm/core-loggers@6.1.4(transitive)
+ Added@pnpm/types@7.10.0(transitive)
- Removed@pnpm/core-loggers@6.1.3(transitive)
- Removed@pnpm/types@7.9.0(transitive)
Updated@pnpm/core-loggers@6.1.4
Updated@pnpm/types@7.10.0