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

@balena/abstract-sql-to-typescript

Package Overview
Dependencies
Maintainers
3
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@balena/abstract-sql-to-typescript - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6-build-renovate-major-husky-d2d1970b67a473031dad091c3451b78af9fa13f4-1

7

CHANGELOG.md

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

## 2.1.5 - 2024-03-16
## 2.1.6 - 2024-04-09
* Update prepare script for husky v9 [Josh Bowling]
* Update dependency husky to v9 [Self-hosted Renovate Bot]
## 2.1.5 - 2024-04-09
* Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]

@@ -11,0 +16,0 @@

8

package.json
{
"name": "@balena/abstract-sql-to-typescript",
"version": "2.1.5",
"version": "2.1.6-build-renovate-major-husky-d2d1970b67a473031dad091c3451b78af9fa13f4-1",
"description": "A translator for abstract sql into typescript types.",

@@ -10,3 +10,3 @@ "main": "out/index.js",

"test": "mocha",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\" && tsc --project ./tsconfig.build.json",
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module && tsc --project ./tsconfig.build.json",
"lint": "balena-lint src test && tsc --noEmit",

@@ -29,3 +29,3 @@ "lint-fix": "balena-lint --fix src test"

"chai": "^4.4.1",
"husky": "^8.0.3",
"husky": "^9.0.0",
"lint-staged": "^15.2.2",

@@ -50,4 +50,4 @@ "mocha": "^10.3.0",

"versionist": {
"publishedAt": "2024-03-16T16:44:40.470Z"
"publishedAt": "2024-04-09T01:41:18.090Z"
}
}

Sorry, the diff of this file is not supported yet

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