Socket
Socket
Sign inDemoInstall

@ic-naming/client

Package Overview
Dependencies
21
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

14

dist/index-cjs.js

@@ -236,2 +236,10 @@ 'use strict';

});
var ImportQuotaItem = IDL.Record({
'owner': IDL.Principal,
'diff': IDL.Nat32,
'quota_type': IDL.Text
});
var BatchAddQuotaRequest = IDL.Record({
'items': IDL.Vec(ImportQuotaItem)
});
var TransferQuotaDetails = IDL.Record({

@@ -356,7 +364,2 @@ 'to': IDL.Principal,

});
var ImportQuotaItem = IDL.Record({
'owner': IDL.Principal,
'diff': IDL.Nat32,
'quota_type': IDL.Text
});
var ImportQuotaRequest = IDL.Record({

@@ -402,2 +405,3 @@ 'hash': IDL.Vec(IDL.Nat8),

'available': IDL.Func([IDL.Text], [BooleanActorResponse], ['query']),
'batch_add_quota': IDL.Func([BatchAddQuotaRequest], [BooleanActorResponse], []),
'batch_transfer_quota': IDL.Func([BatchTransferRequest], [BooleanActorResponse], []),

@@ -404,0 +408,0 @@ 'export_state': IDL.Func([], [StateExportResponse], []),

{
"name": "@ic-naming/client",
"version": "0.4.1",
"version": "0.4.2",
"license": "Apache-2.0",
"keywords": [
"ic",
"dns",
"web3",
"blockchain",
"sdk",
"api",
"client"
],
"homepage": "https://ic-naming.github.io/js-sdk/",
"repository": {
"type": "git",
"url": "git+https://github.com/IC-Naming/js-sdk.git"
},
"bugs": {
"url": "https://github.com/IC-Naming/js-sdk/issues"
},
"main": "dist/index-cjs.js",
"module": "dist/index-esm.js",
"typings": "dist/index.d.ts",
"scripts": {
"dev": "rollup -c -w",
"type": "tsc --project ./tsconfig.json --noEmit --skipLibCheck",
"pack": "npm run type && rollup -c",
"test": "jest --coverage ./test/",
"build": "rm -rf dist/ docs/ && typedoc src/ && npm run pack",
"prepublishOnly": "npm test && npm run build",
"release": "standard-version"
"files": [
"dist"
],
"dependencies": {
"@dfinity/agent": ">=0.11.0",
"@dfinity/candid": ">=0.11.0",
"@dfinity/principal": ">=0.11.0",
"@icnaming/favorites_client": "0.0.22",
"@icnaming/registrar_client": "0.0.22",
"@icnaming/registry_client": "0.0.22",
"@icnaming/resolver_client": "0.0.22"
},

@@ -20,5 +41,5 @@ "devDependencies": {

"@rollup/plugin-typescript": "8.3.2",
"@types/jest": "27.4.1",
"@types/node": "16.11.31",
"jest": "27.5.1",
"@types/jest": "28.1.6",
"@types/node": "^16.11.45",
"jest": "^28.1.3",
"rollup": "2.70.2",

@@ -28,21 +49,18 @@ "rollup-plugin-dts": "4.2.0",

"rollup-plugin-node-globals": "^1.4.0",
"standard-version": "9.3.2",
"ts-jest": "27.1.4",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.7",
"tslib": "2.4.0",
"typedoc": "^0.23.8",
"typedoc-plugin-mdn-links": "^2.0.0",
"typescript": "4.6.3"
"typescript": "^4.7.4"
},
"files": [
"dist"
],
"dependencies": {
"@dfinity/agent": ">=0.11.0",
"@dfinity/candid": ">=0.11.0",
"@dfinity/principal": ">=0.11.0",
"@icnaming/favorites_client": "0.0.16",
"@icnaming/registrar_client": "0.0.16",
"@icnaming/registry_client": "0.0.16",
"@icnaming/resolver_client": "0.0.16"
"scripts": {
"dev": "rollup -c -w",
"type": "tsc --project ./tsconfig.json --noEmit --skipLibCheck",
"pack": "npm run type && rollup -c",
"test": "jest --coverage ./test/",
"build": "rm -rf dist/ docs/ && typedoc src/ && npm run pack",
"prepublishOnly": "npm test && npm run build",
"release": "standard-version"
}
}
# IC-Naming JavaScript SDK
[![CI & CD](https://github.com/IC-Naming/js-sdk/actions/workflows/pipeline.yml/badge.svg)][1]
[![NPM](https://nodei.co/npm/@ic-naming/client.png?downloads=true&downloadRank=true&stars=true)][1]

@@ -134,2 +136,3 @@

[1]: https://nodei.co/npm/@ic-naming/client/
[1]: https://github.com/IC-Naming/js-sdk/actions/workflows/pipeline.yml
[2]: https://nodei.co/npm/@ic-naming/client/

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc