🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@polkadot/api

Package Overview
Dependencies
Maintainers
2
Versions
3326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/api - npm Package Compare versions

Comparing version
16.4.3
to
16.4.4
+1
-1
cjs/packageInfo.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.packageInfo = void 0;
exports.packageInfo = { name: '@polkadot/api', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.4.3' };
exports.packageInfo = { name: '@polkadot/api', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.4.4' };

@@ -21,3 +21,3 @@ {

"type": "module",
"version": "16.4.3",
"version": "16.4.4",
"main": "./cjs/index.js",

@@ -595,16 +595,16 @@ "module": "./index.js",

"dependencies": {
"@polkadot/api-augment": "16.4.3",
"@polkadot/api-base": "16.4.3",
"@polkadot/api-derive": "16.4.3",
"@polkadot/keyring": "^13.5.4",
"@polkadot/rpc-augment": "16.4.3",
"@polkadot/rpc-core": "16.4.3",
"@polkadot/rpc-provider": "16.4.3",
"@polkadot/types": "16.4.3",
"@polkadot/types-augment": "16.4.3",
"@polkadot/types-codec": "16.4.3",
"@polkadot/types-create": "16.4.3",
"@polkadot/types-known": "16.4.3",
"@polkadot/util": "^13.5.4",
"@polkadot/util-crypto": "^13.5.4",
"@polkadot/api-augment": "16.4.4",
"@polkadot/api-base": "16.4.4",
"@polkadot/api-derive": "16.4.4",
"@polkadot/keyring": "^13.5.5",
"@polkadot/rpc-augment": "16.4.4",
"@polkadot/rpc-core": "16.4.4",
"@polkadot/rpc-provider": "16.4.4",
"@polkadot/types": "16.4.4",
"@polkadot/types-augment": "16.4.4",
"@polkadot/types-codec": "16.4.4",
"@polkadot/types-create": "16.4.4",
"@polkadot/types-known": "16.4.4",
"@polkadot/util": "^13.5.5",
"@polkadot/util-crypto": "^13.5.5",
"eventemitter3": "^5.0.1",

@@ -611,0 +611,0 @@ "rxjs": "^7.8.1",

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

export const packageInfo = { name: '@polkadot/api', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.4.3' };
export const packageInfo = { name: '@polkadot/api', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.4.4' };

Sorry, the diff of this file is too big to display