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

@constl/mandataire

Package Overview
Dependencies
Maintainers
0
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@constl/mandataire - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

dist/src/mandataire.js

@@ -159,4 +159,4 @@ import { v4 as uuidv4 } from "uuid";

}
this.événements.emit("erreur", this.dernièreErreur);
throw new Error(JSON.stringify(this.dernièreErreur));
this.événements.emit("erreur", { idRequête, ...this.dernièreErreur });
throw new Error(JSON.stringify({ idRequête, ...this.dernièreErreur }));
}

@@ -163,0 +163,0 @@ async oublierTâche(idRequête) {

@@ -1,1 +0,1 @@

export declare const version = "2.0.9";
export declare const version = "3.0.1";
// Generated by genversion.
export const version = "2.0.9";
export const version = "3.0.1";
//# sourceMappingURL=version.js.map
{
"name": "@constl/mandataire",
"version": "3.0.0",
"version": "3.0.1",
"description": "Un mandataire très léger pour le client Constellation.",

@@ -5,0 +5,0 @@ "author": "Julien Jean Malard-Adam",

@@ -264,4 +264,4 @@ import type TypedEmitter from "typed-emitter";

}
this.événements.emit("erreur", this.dernièreErreur);
throw new Error(JSON.stringify(this.dernièreErreur));
this.événements.emit("erreur", { idRequête, ...this.dernièreErreur });
throw new Error(JSON.stringify({ idRequête, ...this.dernièreErreur }));
}

@@ -268,0 +268,0 @@

// Generated by genversion.
export const version = "3.0.0";
export const version = "3.0.1";

Sorry, the diff of this file is not supported yet

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