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

@balena/sbvr-types

Package Overview
Dependencies
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@balena/sbvr-types - npm Package Compare versions

Comparing version 3.4.14 to 3.4.15-joshbwlng-husky-v8-setup-21e0f549e4b064ac7de4ba94e1d4fbede8c96406-1

.husky/pre-commit

5

CHANGELOG.md

@@ -7,2 +7,7 @@ # Change Log

# v3.4.15
## (2022-11-18)
* Dev: Migrate husky setup for v8 [Josh Bowling]
# v3.4.14

@@ -9,0 +14,0 @@ ## (2022-11-17)

11

package.json
{
"name": "@balena/sbvr-types",
"version": "3.4.14",
"version": "3.4.15-joshbwlng-husky-v8-setup-21e0f549e4b064ac7de4ba94e1d4fbede8c96406-1",
"description": "SBVR type definitions.",

@@ -13,3 +13,3 @@ "main": "out",

"prepublish": "require-npm4-to-publish",
"prepare": "tsc",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"; tsc",
"prettify": "balena-lint -e js -e ts --fix src test"

@@ -47,7 +47,2 @@ },

},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {

@@ -68,4 +63,4 @@ "*.ts": [

"versionist": {
"publishedAt": "2022-11-17T18:05:49.181Z"
"publishedAt": "2022-11-18T01:24:30.452Z"
}
}

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