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

@ckb-lumos/config-manager

Package Overview
Dependencies
Maintainers
3
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckb-lumos/config-manager - npm Package Compare versions

Comparing version 0.0.0-canary-ad483d9-20240125131247 to 0.0.0-canary-aef7250-20240506034257

14

lib/predefined.d.ts

@@ -60,2 +60,9 @@ import { ScriptConfig } from "./types";

};
XUDT: {
CODE_HASH: string;
HASH_TYPE: "data1";
TX_HASH: string;
INDEX: string;
DEP_TYPE: "code";
};
};

@@ -111,2 +118,9 @@ };

};
XUDT: {
CODE_HASH: string;
HASH_TYPE: "type";
TX_HASH: string;
INDEX: string;
DEP_TYPE: "code";
};
};

@@ -113,0 +127,0 @@ };

16

lib/predefined.js

@@ -64,2 +64,9 @@ "use strict";

DEP_TYPE: "code"
},
XUDT: {
CODE_HASH: "0x50bd8d6680b8b9cf98b73f3c08faf8b2a21914311954118ad6609be6e78a1b95",
HASH_TYPE: "data1",
TX_HASH: "0xc07844ce21b38e4b071dd0e1ee3b0e27afd8d7532491327f39b786343f558ab7",
INDEX: "0x0",
DEP_TYPE: "code"
}

@@ -112,5 +119,12 @@ }

HASH_TYPE: "type",
TX_HASH: "0x3d4296df1bd2cc2bd3f483f61ab7ebeac462a2f336f2b944168fe6ba5d81c014",
TX_HASH: "0xec18bf0d857c981c3d1f4e17999b9b90c484b303378e94de1a57b0872f5d4602",
INDEX: "0x0",
DEP_TYPE: "code"
},
XUDT: {
CODE_HASH: "0x25c29dc317811a6f6f3985a7a9ebc4838bd388d19d0feeecf0bcd60f6c0975bb",
HASH_TYPE: "type",
TX_HASH: "0xbf6fb538763efec2a70a6a3dcb7242787087e1030c4e7d86585bc63a9d337f5f",
INDEX: "0x0",
DEP_TYPE: "code"
}

@@ -117,0 +131,0 @@ }

10

package.json
{
"name": "@ckb-lumos/config-manager",
"version": "0.0.0-canary-ad483d9-20240125131247",
"version": "0.0.0-canary-aef7250-20240506034257",
"description": "Config manager for lumos",

@@ -28,6 +28,6 @@ "author": "Xuejie Xiao <xxuejie@gmail.com>",

"dependencies": {
"@ckb-lumos/base": "0.0.0-canary-ad483d9-20240125131247",
"@ckb-lumos/bi": "0.0.0-canary-ad483d9-20240125131247",
"@ckb-lumos/codec": "0.0.0-canary-ad483d9-20240125131247",
"@ckb-lumos/rpc": "0.0.0-canary-ad483d9-20240125131247",
"@ckb-lumos/base": "0.0.0-canary-aef7250-20240506034257",
"@ckb-lumos/bi": "0.0.0-canary-aef7250-20240506034257",
"@ckb-lumos/codec": "0.0.0-canary-aef7250-20240506034257",
"@ckb-lumos/rpc": "0.0.0-canary-aef7250-20240506034257",
"@types/deep-freeze-strict": "^1.1.0",

@@ -34,0 +34,0 @@ "deep-freeze-strict": "^1.1.1"

@@ -77,2 +77,11 @@ import deepFreeze from "deep-freeze-strict";

},
XUDT: {
CODE_HASH:
"0x50bd8d6680b8b9cf98b73f3c08faf8b2a21914311954118ad6609be6e78a1b95",
HASH_TYPE: "data1",
TX_HASH:
"0xc07844ce21b38e4b071dd0e1ee3b0e27afd8d7532491327f39b786343f558ab7",
INDEX: "0x0",
DEP_TYPE: "code",
},
},

@@ -137,6 +146,15 @@ });

TX_HASH:
"0x3d4296df1bd2cc2bd3f483f61ab7ebeac462a2f336f2b944168fe6ba5d81c014",
"0xec18bf0d857c981c3d1f4e17999b9b90c484b303378e94de1a57b0872f5d4602",
INDEX: "0x0",
DEP_TYPE: "code",
},
XUDT: {
CODE_HASH:
"0x25c29dc317811a6f6f3985a7a9ebc4838bd388d19d0feeecf0bcd60f6c0975bb",
HASH_TYPE: "type",
TX_HASH:
"0xbf6fb538763efec2a70a6a3dcb7242787087e1030c4e7d86585bc63a9d337f5f",
INDEX: "0x0",
DEP_TYPE: "code",
},
},

@@ -143,0 +161,0 @@ });

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