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

@constl/mandataire

Package Overview
Dependencies
Maintainers
1
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 0.1.14 to 0.1.15

renovate.json

11

.aegir.js

@@ -16,3 +16,12 @@ import path, { dirname } from "path";

inject: [path.join(__dirname, "./scripts/node-globals.js")],
external: ["fs", "path", "os", "chokidar", "url", "zlib", "rimraf"],
external: [
"fs",
"path",
"os",
"chokidar",
"url",
"zlib",
"rimraf",
"electron",
],
plugins: [

@@ -19,0 +28,0 @@ {

2

dist/src/version.d.ts

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

export declare const version = "0.1.14";
export declare const version = "0.1.15";
// Generated by genversion.
export const version = "0.1.14";
export const version = "0.1.15";
//# sourceMappingURL=version.js.map
import { mandataire } from "@constl/ipa";
import { faisRien, adresseOrbiteValide } from "@constl/utils-ipa";
import { faisRien } from "@constl/utils-ipa";
import { attente, sfip } from "@constl/utils-tests";
import { isValidAddress } from "@orbitdb/core";
import { générerMandataire, ClientMandatairifiable, } from "../src/mandataire.js";

@@ -65,3 +66,3 @@ import { isNode, isElectronMain } from "wherearewe";

const idCompte = await mnd.obtIdCompte();
expect(adresseOrbiteValide(idCompte)).to.be.true();
expect(isValidAddress(idCompte)).to.be.true();
});

@@ -72,3 +73,3 @@ it("Action avec arguments", async () => {

});
expect(adresseOrbiteValide(idVariable)).to.be.true();
expect(isValidAddress(idVariable)).to.be.true();
});

@@ -75,0 +76,0 @@ it("Suivi", async () => {

{
"name": "@constl/mandataire",
"version": "0.1.14",
"version": "0.1.15",
"description": "Un mandataire très léger pour le client Constellation.",

@@ -20,17 +20,19 @@ "author": "Julien Jean Malard-Adam",

"events": "^3.3.0",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"devDependencies": {
"@constl/ipa": "^0.8.1",
"@constl/utils-ipa": "^0.1.2",
"@constl/utils-tests": "^0.1.1",
"@types/mocha": "^10.0.1",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"aegir": "^40.0.11",
"@constl/ipa": "^0.9.5",
"@constl/orbit-db-types": "^1.2.8",
"@constl/utils-ipa": "^0.2.0",
"@constl/utils-tests": "^0.2.2",
"@orbitdb/core": "^1.0.0",
"@types/mocha": "^10.0.3",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"aegir": "^41.0.13",
"browserify-fs": "^1.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.47.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",

@@ -40,9 +42,9 @@ "genversion": "^3.1.1",

"os-browserify": "^0.3.0",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"process": "^0.11.10",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"ts-patch": "^3.0.2",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"typescript-transform-paths": "^3.4.6",
"url": "^0.11.1",
"url": "^0.11.3",
"wherearewe": "^2.0.1"

@@ -49,0 +51,0 @@ },

// Generated by genversion.
export const version = "0.1.14";
export const version = "0.1.15";
import { client, types, mandataire } from "@constl/ipa";
import { faisRien, adresseOrbiteValide } from "@constl/utils-ipa";
import { faisRien } from "@constl/utils-ipa";
import { attente, sfip } from "@constl/utils-tests";
import { isValidAddress } from "@orbitdb/core";
import {

@@ -92,3 +93,3 @@ générerMandataire,

const idCompte = await mnd.obtIdCompte();
expect(adresseOrbiteValide(idCompte)).to.be.true();
expect(isValidAddress(idCompte)).to.be.true();
});

@@ -100,3 +101,3 @@

});
expect(adresseOrbiteValide(idVariable)).to.be.true();
expect(isValidAddress(idVariable)).to.be.true();
});

@@ -103,0 +104,0 @@

Sorry, the diff of this file is not supported yet

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