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

@lbu/code-gen

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lbu/code-gen - npm Package Compare versions

Comparing version 0.0.49 to 0.0.50

10

package.json
{
"name": "@lbu/code-gen",
"version": "0.0.49",
"version": "0.0.50",
"description": "Generate various boring parts of your server",

@@ -19,5 +19,5 @@ "main": "./index.js",

"dependencies": {
"@lbu/cli": "0.0.49",
"@lbu/insight": "0.0.49",
"@lbu/stdlib": "0.0.49"
"@lbu/cli": "0.0.50",
"@lbu/insight": "0.0.50",
"@lbu/stdlib": "0.0.50"
},

@@ -45,3 +45,3 @@ "maintainers": [

},
"gitHead": "49526fe415a95778619b41e78d6f094e056c5208"
"gitHead": "cfc9a5f95534fbca8f2db3cccb096ba320ed107e"
}

@@ -90,3 +90,5 @@ import { addToData } from "../../generate.js";

whereType: undefined,
selectName: `${item.name}SelectWith${upperCaseFirst(rightSide.name)}`,
selectName: `${item.name}SelectWith${upperCaseFirst(
rel.substituteKey,
)}`,
rightShortName: shortName(rightSide.name),

@@ -93,0 +95,0 @@ rightName: rightSide.name,

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