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
1382
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 5.1.7 to 5.1.8

2

CHANGELOG.md

@@ -0,1 +1,3 @@

## [5.1.8](https://github.com/sprucelabsai/jest-json-reporter/compare/v5.1.7...v5.1.8) (2021-01-26)
## [5.1.7](https://github.com/sprucelabsai/jest-json-reporter/compare/v5.1.6...v5.1.7) (2021-01-20)

@@ -2,0 +4,0 @@

14

package.json

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

],
"version": "5.1.7",
"version": "5.1.8",
"main": "./build/JsonReporter.js",

@@ -27,12 +27,12 @@ "types": "./build/JsonReporter.d.ts",

"build.ts": "tsc",
"build.watch": "tsc -w",
"clean": "rm -rf build/",
"fix.lint": "eslint --fix '**/*.ts'",
"lint": "eslint '**/*.ts' && tsc -p . --noEmit && echo 'PASS'",
"lint.fix": "eslint --fix '**/*.ts'",
"release": "semantic-release",
"test": "jest",
"test.watch": "jest --watch",
"release": "semantic-release",
"upgrade.packages": "yarn-upgrade-all && rm -f yarn.lock ; yarn ; yarn lint.fix | true",
"upgrade.packages": "yarn-upgrade-all && rm -f yarn.lock ; yarn ; yarn fix.lint | true",
"upgrade.packages.all": "yarn install && yarn upgrade.packages",
"upgrade.packages.test": "yarn upgrade.packages.all && yarn lint && yarn build && yarn test"
"upgrade.packages.test": "yarn upgrade.packages.all && yarn lint && yarn build && yarn test",
"watch.build": "tsc -w",
"watch.test": "jest --watch"
},

@@ -39,0 +39,0 @@ "dependencies": {},

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