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

@polkadot/types-codec

Package Overview
Dependencies
Maintainers
2
Versions
499
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/types-codec - npm Package Compare versions

Comparing version 10.3.4 to 10.4.1

2

cjs/packageInfo.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.packageInfo = void 0;
exports.packageInfo = { name: '@polkadot/types-codec', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '10.3.4' };
exports.packageInfo = { name: '@polkadot/types-codec', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '10.4.1' };

@@ -6,3 +6,3 @@ {

"engines": {
"node": ">=14"
"node": ">=16"
},

@@ -22,3 +22,3 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-codec#readme",

"type": "module",
"version": "10.3.4",
"version": "10.4.1",
"main": "./cjs/index.js",

@@ -445,6 +445,6 @@ "module": "./index.js",

"dependencies": {
"@polkadot/util": "^11.1.3",
"@polkadot/x-bigint": "^11.1.3",
"@polkadot/util": "^12.0.1",
"@polkadot/x-bigint": "^12.0.1",
"tslib": "^2.5.0"
}
}

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

export const packageInfo = { name: '@polkadot/types-codec', 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: '10.3.4' };
export const packageInfo = { name: '@polkadot/types-codec', 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: '10.4.1' };

@@ -64,3 +64,3 @@ /// <reference types="bn.js" />

register(arg1: string | CodecClass | RegistryTypes, arg2?: CodecClass): void;
setMetadata(metadata: unknown, signedExtensions?: string[], userExtensions?: unknown): void;
setMetadata(metadata: unknown, signedExtensions?: string[], userExtensions?: unknown, noInitWarn?: boolean): void;
}
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