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

@codegouvfr/sill

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codegouvfr/sill - npm Package Compare versions

Comparing version 1.15.0 to 1.15.1

2

package.json
{
"name": "@codegouvfr/sill",
"version": "1.15.0",
"version": "1.15.1",
"description": "The backend of etalab.gouv.fr/sill",

@@ -5,0 +5,0 @@ "repository": {

@@ -305,3 +305,3 @@ import type { ReturnType } from "tsafe";

}, void>;
getAgentAbout: import("@trpc/server").BuildProcedure<"mutation", {
getAgentAbout: import("@trpc/server").BuildProcedure<"query", {
_config: import("@trpc/server").RootConfig<{

@@ -308,0 +308,0 @@ ctx: Context;

@@ -249,3 +249,3 @@ "use strict";

}))
.mutation(async ({ ctx: { user }, input }) => {
.query(async ({ ctx: { user }, input }) => {
if (user === undefined) {

@@ -252,0 +252,0 @@ throw new server_1.TRPCError({ "code": "UNAUTHORIZED" });

@@ -300,3 +300,3 @@ import type { ReturnType } from "tsafe";

)
.mutation(async ({ ctx: { user }, input }) => {
.query(async ({ ctx: { user }, input }) => {
if (user === undefined) {

@@ -303,0 +303,0 @@ throw new TRPCError({ "code": "UNAUTHORIZED" });

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