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

@identity.com/cryptid-core

Package Overview
Dependencies
Maintainers
14
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.3.0-alpha.1 to 0.3.0-alpha.2

2

dist/api/cryptidBuilder.js

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

offset += page;
} while (nextPage.length < page);
} while (nextPage.length === page);
return found;

@@ -59,0 +59,0 @@ });

{
"name": "@identity.com/cryptid-core",
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"scripts": {

@@ -8,3 +8,3 @@ "clean": "rimraf dist",

"prebuild": "yarn clean",
"build": "tsc"
"build": "tsc --build"
},

@@ -17,3 +17,3 @@ "files": [

"dependencies": {
"@identity.com/cryptid-idl": "0.3.0-alpha.1",
"@identity.com/cryptid-idl": "0.3.0-alpha.2",
"@identity.com/sol-did-client": "^3.1.0",

@@ -20,0 +20,0 @@ "@project-serum/anchor": "^0.25.0",

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