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

@compas/code-gen

Package Overview
Dependencies
Maintainers
1
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compas/code-gen - npm Package Compare versions

Comparing version 0.0.133 to 0.0.134

8

package.json
{
"name": "@compas/code-gen",
"version": "0.0.133",
"version": "0.0.134",
"description": "Generate various boring parts of your server",

@@ -18,4 +18,4 @@ "main": "./index.js",

"dependencies": {
"@compas/cli": "0.0.133",
"@compas/stdlib": "0.0.133"
"@compas/cli": "0.0.134",
"@compas/stdlib": "0.0.134"
},

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

},
"gitHead": "44a7cf7b76fb0c1f572adcda9565b3dd8f324058"
"gitHead": "64810914b304fdf3466b64b40a001ee481c47980"
}

@@ -315,9 +315,4 @@ import { isNil } from "@compas/stdlib";

for (const relationKey of Object.keys(type.queryBuilder.relations)) {
const {
relation,
otherSide,
referencedKey,
ownKey,
joinKey,
} = type.queryBuilder.relations[relationKey];
const { relation, otherSide, referencedKey, ownKey, joinKey } =
type.queryBuilder.relations[relationKey];

@@ -324,0 +319,0 @@ // Determine shortName of other side of the relation

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