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

@pnpm/modules-yaml

Package Overview
Dependencies
Maintainers
3
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/modules-yaml - npm Package Compare versions

Comparing version 6.0.2 to 7.0.0-alpha.0

12

CHANGELOG.md
# @pnpm/modules-yaml
## 7.0.0-alpha.0
### Major Changes
- 3f73eaf0: Rename `store` to `storeDir` in `node_modules/.modules.yaml`.
### Patch Changes
- Updated dependencies [da091c71]
- @pnpm/types@6.0.0-alpha.0
## 6.0.2
### Patch Changes
- 907c63a48: Dependencies updated.

2

lib/index.d.ts

@@ -18,3 +18,3 @@ import { DependenciesField, Registries } from '@pnpm/types';

skipped: string[];
store: string;
storeDir: string;
virtualStoreDir: string;

@@ -21,0 +21,0 @@ }

{
"name": "@pnpm/modules-yaml",
"version": "6.0.2",
"version": "7.0.0-alpha.0",
"description": "Reads/writes `node_modules/.modules.yaml`",

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

"dependencies": {
"@pnpm/types": "5.0.0",
"@pnpm/types": "6.0.0-alpha.0",
"is-windows": "1.0.2",

@@ -44,3 +44,4 @@ "read-yaml-file": "2.0.0",

"tempy": "0.5.0"
}
},
"funding": "https://opencollective.com/pnpm"
}
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