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

@pnpm/exportable-manifest

Package Overview
Dependencies
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/exportable-manifest - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

8

CHANGELOG.md
# @pnpm/exportable-manifest
## 1.0.4
### Patch Changes
- Updated dependencies [d54043ee4]
- @pnpm/types@6.3.0
- @pnpm/read-project-manifest@1.1.1
## 1.0.3

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

1

lib/index.d.ts

@@ -38,2 +38,3 @@ import { Dependencies, ProjectManifest } from '@pnpm/types';

private?: boolean | undefined;
resolutions?: Record<string, string> | undefined;
}>;

10

package.json
{
"name": "@pnpm/exportable-manifest",
"version": "1.0.3",
"version": "1.0.4",
"description": "Creates an exportable manifest",

@@ -12,3 +12,3 @@ "main": "lib/index.js",

"engines": {
"node": ">=10.14"
"node": ">=10.16"
},

@@ -33,8 +33,8 @@ "scripts": {

"@pnpm/exportable-manifest": "link:",
"@types/ramda": "^0.27.15"
"@types/ramda": "^0.27.28"
},
"dependencies": {
"@pnpm/error": "^1.3.1",
"@pnpm/read-project-manifest": "^1.1.0",
"@pnpm/types": "^6.2.0",
"@pnpm/read-project-manifest": "^1.1.1",
"@pnpm/types": "^6.3.0",
"ramda": "^0.27.1"

@@ -41,0 +41,0 @@ },

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