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
225
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

to
3.5.0-web-resource-2-7a822ad9b0454fc06b55fefb53e313a728dceabf-1

.husky/pre-commit

7

CHANGELOG.md

@@ -10,4 +10,9 @@ # Change Log

* Create WebResource [Ramiro González Maciel]
* Add type WebResource [Ramiro González Maciel]
# v3.4.15
## (2022-11-18)
* Dev: Migrate husky setup for v8 [Josh Bowling]
# v3.4.14

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

11

package.json
{
"name": "@balena/sbvr-types",
"version": "3.5.0-web-resource-2-011d2c67d8f9b8e3d42a4830b242ae3e8898e7a8-1",
"version": "3.5.0-web-resource-2-7a822ad9b0454fc06b55fefb53e313a728dceabf-1",
"description": "SBVR type definitions.",

@@ -14,3 +14,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}\"; rm -rf out && tsc",
"prettify": "balena-lint -e js -e ts --fix src test"

@@ -48,7 +48,2 @@ },

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

@@ -69,4 +64,4 @@ "*.ts": [

"versionist": {
"publishedAt": "2022-11-18T01:41:42.670Z"
"publishedAt": "2022-11-18T03:14:02.916Z"
}
}

Sorry, the diff of this file is not supported yet