Socket
Socket
Sign inDemoInstall

compress-brotli

Package Overview
Dependencies
2
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.4 to 1.3.5

19

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://nicedoc.io/Kikobeats/compress-brotli",
"version": "1.3.4",
"version": "1.3.5",
"main": "src/index.js",

@@ -41,2 +41,3 @@ "author": {

"ava": "latest",
"c8": "latest",
"ci-publish": "latest",

@@ -46,5 +47,5 @@ "conventional-github-releaser": "latest",

"git-authors-cli": "latest",
"lint-staged": "latest",
"git-dirty": "latest",
"nano-staged": "latest",
"npm-check-updates": "latest",
"nyc": "latest",
"prettier-standard": "latest",

@@ -73,3 +74,3 @@ "simple-git-hooks": "latest",

"release:tags": "git push --follow-tags origin HEAD:master",
"test": "nyc ava",
"test": "c8 ava",
"update": "ncu -u",

@@ -84,6 +85,3 @@ "update:check": "ncu -- --error-level 2"

},
"lint-staged": {
"package.json": [
"finepack"
],
"nano-staged": {
"*.js,!*.min.js,": [

@@ -94,2 +92,5 @@ "prettier-standard"

"standard-markdown"
],
"package.json": [
"finepack"
]

@@ -99,5 +100,5 @@ },

"commit-msg": "npx commitlint --edit",
"pre-commit": "npx lint-staged"
"pre-commit": "npx nano-staged"
},
"types": "src/index.d.ts"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc