New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/default-reporter

Package Overview
Dependencies
Maintainers
3
Versions
363
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/default-reporter - npm Package Compare versions

Comparing version

to
8.0.1

lib/constants.js.map

7

CHANGELOG.md
# @pnpm/default-reporter
## 8.0.1
### Patch Changes
- Updated dependencies [ba5231ccf]
- @pnpm/config@12.1.0
## 8.0.0

@@ -4,0 +11,0 @@

23

package.json
{
"name": "@pnpm/default-reporter",
"version": "8.0.0",
"version": "8.0.1",
"description": "The default reporter of pnpm",

@@ -11,11 +11,2 @@ "main": "lib/index.js",

],
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"pretty-test": "ts-node test | tap-diff",
"just-test-preview": "ts-node test --type-check",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/default-reporter",

@@ -33,3 +24,3 @@ "keywords": [

"dependencies": {
"@pnpm/config": "12.0.0",
"@pnpm/config": "12.1.0",
"@pnpm/core-loggers": "6.0.0",

@@ -62,3 +53,11 @@ "@pnpm/error": "2.0.0",

"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/default-reporter#readme",
"funding": "https://opencollective.com/pnpm"
"funding": "https://opencollective.com/pnpm",
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"pretty-test": "ts-node test | tap-diff",
"just-test-preview": "ts-node test --type-check",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}