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
1
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 1.3.0-renovate-node-18-x-8bf87115f7ef7cdd795bcfaab057e12f8c23ece1-1 to 1.3.0-renovate-node-18-x-a6f81f1b4f451ce909bd694b050fea86a3b8b60a-1

.husky/pre-commit

22

CHANGELOG.md

@@ -7,6 +7,26 @@ # Change Log

## 1.3.0 - 2022-11-17
## 1.3.0 - 2022-11-18
* Update dependency @types/node to 18.11.9 [Renovate Bot]
## 1.2.6 - 2022-11-18
* Dev: Update pre-commit hook [Josh Bowling]
## 1.2.5 - 2022-11-18
* Dev: Migrate husky setup for v8 [Josh Bowling]
## 1.2.4 - 2022-11-17
* Update dependency mocha to 10.1.0 [Renovate Bot]
## 1.2.3 - 2022-11-17
* Update dependency lint-staged to 13.0.3 [Renovate Bot]
## 1.2.2 - 2022-11-17
* Update dependency husky to 8.0.2 [Renovate Bot]
## 1.2.1 - 2022-10-14

@@ -13,0 +33,0 @@

19

package.json
{
"name": "@balena/abstract-sql-to-typescript",
"version": "1.3.0-renovate-node-18-x-8bf87115f7ef7cdd795bcfaab057e12f8c23ece1-1",
"version": "1.3.0-renovate-node-18-x-a6f81f1b4f451ce909bd694b050fea86a3b8b60a-1",
"description": "A translator for abstract sql into typescript types.",

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

"test": "mocha",
"prepare": "tsc --project ./tsconfig.build.json",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"; tsc --project ./tsconfig.build.json",
"lint": "balena-lint --typescript --fix src test && tsc --noEmit"

@@ -26,15 +26,10 @@ },

"@types/common-tags": "^1.8.1",
"@types/mocha": "^8.2.3",
"@types/mocha": "^10.0.0",
"chai": "^4.3.6",
"husky": "^4.3.8",
"lint-staged": "^12.3.7",
"mocha": "^9.2.2",
"husky": "^8.0.0",
"lint-staged": "^13.0.0",
"mocha": "^10.0.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {

@@ -50,4 +45,4 @@ "*.ts": [

"versionist": {
"publishedAt": "2022-11-17T16:55:06.355Z"
"publishedAt": "2022-11-18T03:11:34.853Z"
}
}

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