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

@sprucelabs/jest-json-reporter

Package Overview
Dependencies
Maintainers
3
Versions
1388
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sprucelabs/jest-json-reporter - npm Package Compare versions

Comparing version 6.0.12 to 6.0.13

9

package.json

@@ -9,3 +9,3 @@ {

],
"version": "6.0.12",
"version": "6.0.13",
"main": "./build/JsonReporter.js",

@@ -29,7 +29,10 @@ "types": "./build/JsonReporter.d.ts",

"build.tsc": "tsc",
"clean": "rm -rf build/",
"clean.all": "rm -rf node_modules/ yarn.lock ; yarn clean",
"clean": "yarn clean.build",
"clean.all": "yarn clean.dependencies && yarn clean.build",
"clean.build": "rm -rf build/",
"clean.dependencies": "rm -rf node_modules/ package-lock.json yarn.lock",
"fix.lint": "eslint --fix '**/*.ts'",
"lint": "eslint --cache '**/*.ts' && tsc -p . --noEmit && echo 'PASS'",
"rebuild": "yarn clean.all && yarn && yarn build.dev",
"rebuild.dependencies": "yarn clean.dependencies && yarn",
"release": "semantic-release",

@@ -36,0 +39,0 @@ "test": "jest",

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