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.139 to 0.0.140

8

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

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

"dependencies": {
"@compas/cli": "0.0.139",
"@compas/stdlib": "0.0.139"
"@compas/cli": "0.0.140",
"@compas/stdlib": "0.0.140"
},

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

},
"gitHead": "f2545f1ea338f18289eb37aa18f859356e6a2413"
"gitHead": "090a3248dea52b7e3c2bc505511d9724bf69f8ba"
}

@@ -85,2 +85,3 @@ import {

/**
* @private
* @type {string}

@@ -87,0 +88,0 @@ */

@@ -168,2 +168,8 @@ import { isNil } from "@compas/stdlib";

}
if (paramsResult.keys[param].isOptional) {
throw new Error(
`Route ${result.group}->${result.name} is using an optional value for the '${param}' parameter. This is not supported.`,
);
}
}

@@ -170,0 +176,0 @@

@@ -165,4 +165,4 @@ import { js } from "./tag/tag.js";

export type UseQueryOptions<Response, Error> = ReactUseQueryOptions<Response, Error> & { cancelToken?: CancelTokenSource };
export type UseQueryOptions<Response, Error, TData = Response> = ReactUseQueryOptions<Response, Error, TData> & { cancelToken?: CancelTokenSource };
`;
}

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