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

@pnpm/manifest-utils

Package Overview
Dependencies
Maintainers
3
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 1.0.1-alpha.0 to 1.0.1

8

CHANGELOG.md
# @pnpm/manifest-utils
## 1.0.1
### Patch Changes
- Updated dependencies [da091c711]
- @pnpm/types@6.0.0
## 1.0.1-alpha.0
### Patch Changes

@@ -5,0 +13,0 @@

1

lib/filterDependenciesByType.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.filterDependenciesByType = void 0;
function filterDependenciesByType(manifest, include) {

@@ -4,0 +5,0 @@ return {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAllDependenciesFromManifest = exports.filterDependenciesByType = void 0;
function filterDependenciesByType(manifest, include) {

@@ -4,0 +5,0 @@ return {

4

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

@@ -31,3 +31,3 @@ "bugs": {

"dependencies": {
"@pnpm/types": "6.0.0-alpha.0"
"@pnpm/types": "6.0.0"
},

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

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