Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@balena/abstract-sql-compiler

Package Overview
Dependencies
Maintainers
3
Versions
461
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@balena/abstract-sql-compiler - npm Package Compare versions

Comparing version 9.1.2 to 9.1.3-build-renovate-major-husky-bae835665431a88f0fdd4804f1d70757a7e11dd0-1

7

CHANGELOG.md

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

## 9.1.2 - 2024-03-26
## 9.1.3 - 2024-04-09
* Update prepare script for husky v9 [Josh Bowling]
* Update dependency husky to v9 [Self-hosted Renovate Bot]
## 9.1.2 - 2024-04-09
* Update dependency lint-staged to v15 [Self-hosted Renovate Bot]

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

8

package.json
{
"name": "@balena/abstract-sql-compiler",
"version": "9.1.2",
"version": "9.1.3-build-renovate-major-husky-bae835665431a88f0fdd4804f1d70757a7e11dd0-1",
"description": "A translator for abstract sql into sql.",

@@ -12,3 +12,3 @@ "main": "out/AbstractSQLCompiler.js",

"posttest": "npm run lint",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\" && npm run build",
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module && npm run build",
"lint-fix": "balena-lint --fix -e js -e ts src/ test/",

@@ -36,3 +36,3 @@ "lint": "balena-lint -e js -e ts src/ test/ && tsc --noEmit && tsc --noEmit --project tsconfig.js.json"

"common-tags": "^1.8.2",
"husky": "^8.0.3",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",

@@ -66,4 +66,4 @@ "mocha": "^10.2.0",

"versionist": {
"publishedAt": "2024-03-26T10:44:47.946Z"
"publishedAt": "2024-04-09T01:35:54.336Z"
}
}

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