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

@identity.com/cryptid-idl

Package Overview
Dependencies
Maintainers
15
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@identity.com/cryptid-idl - npm Package Compare versions

Comparing version 0.3.0-alpha.10 to 0.3.0-alpha.11

dist/check_did.d.ts

1

dist/index.d.ts
export { Cryptid as Cryptid, IDL as CryptidIDL } from "./cryptid";
export { CheckPass, IDL as CheckPassIDL } from "./check_pass";
export { CheckDid, IDL as CheckDidIDL } from "./check_did";
export { CheckRecipient, IDL as CheckRecipientIDL } from "./check_recipient";
export { TimeDelay, IDL as TimeDelayIDL } from "./time_delay";

4

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TimeDelayIDL = exports.CheckRecipientIDL = exports.CheckPassIDL = exports.CryptidIDL = void 0;
exports.TimeDelayIDL = exports.CheckRecipientIDL = exports.CheckDidIDL = exports.CheckPassIDL = exports.CryptidIDL = void 0;
var cryptid_1 = require("./cryptid");

@@ -8,2 +8,4 @@ Object.defineProperty(exports, "CryptidIDL", { enumerable: true, get: function () { return cryptid_1.IDL; } });

Object.defineProperty(exports, "CheckPassIDL", { enumerable: true, get: function () { return check_pass_1.IDL; } });
var check_did_1 = require("./check_did");
Object.defineProperty(exports, "CheckDidIDL", { enumerable: true, get: function () { return check_did_1.IDL; } });
var check_recipient_1 = require("./check_recipient");

@@ -10,0 +12,0 @@ Object.defineProperty(exports, "CheckRecipientIDL", { enumerable: true, get: function () { return check_recipient_1.IDL; } });

{
"name": "@identity.com/cryptid-idl",
"version": "0.3.0-alpha.10",
"version": "0.3.0-alpha.11",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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