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 5.0.0 to 5.0.1

9

package.json
{
"name": "@pnpm/modules-yaml",
"version": "5.0.0",
"version": "5.0.1",
"description": "Reads/writes `node_modules/.modules.yaml`",

@@ -14,5 +14,5 @@ "main": "lib/index.js",

"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"tsc": "rimraf lib && tsc",
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
"test": "pnpm run tsc && ts-node test --type-check",
"prepublishOnly": "pnpm run tsc",

@@ -33,3 +33,3 @@ "fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix"

"dependencies": {
"@pnpm/types": "4.0.0",
"@pnpm/types": "5.0.0",
"read-yaml-file": "1.1.0",

@@ -41,5 +41,4 @@ "write-yaml-file": "3.0.1"

"rimraf": "3.0.0",
"tape": "4.11.0",
"tempy": "0.3.0"
}
}

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