Socket
Socket
Sign inDemoInstall

@polkadot/x-textencoder

Package Overview
Dependencies
2
Maintainers
2
Versions
727
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.1.2 to 12.2.1

2

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

@@ -18,3 +18,3 @@ {

"type": "module",
"version": "12.1.2",
"version": "12.2.1",
"main": "./cjs/node.js",

@@ -31,2 +31,3 @@ "module": "./node.js",

"react-native": {
"module": "./react-native.js",
"require": "./cjs/react-native.js",

@@ -36,2 +37,3 @@ "default": "./react-native.js"

"browser": {
"module": "./browser.js",
"require": "./cjs/browser.js",

@@ -41,2 +43,3 @@ "default": "./browser.js"

"node": {
"module": "./node.js",
"require": "./cjs/node.js",

@@ -48,2 +51,3 @@ "default": "./node.js"

"types": "./browser.d.ts",
"module": "./browser.js",
"require": "./cjs/browser.js",

@@ -54,2 +58,3 @@ "default": "./browser.js"

"types": "./fallback.d.ts",
"module": "./fallback.js",
"require": "./cjs/fallback.js",

@@ -60,2 +65,3 @@ "default": "./fallback.js"

"types": "./node.d.ts",
"module": "./node.js",
"require": "./cjs/node.js",

@@ -70,2 +76,3 @@ "default": "./node.js"

"types": "./packageInfo.d.ts",
"module": "./packageInfo.js",
"require": "./cjs/packageInfo.js",

@@ -76,2 +83,3 @@ "default": "./packageInfo.js"

"types": "./packageInfo.d.ts",
"module": "./packageInfo.js",
"require": "./cjs/packageInfo.js",

@@ -82,2 +90,3 @@ "default": "./packageInfo.js"

"types": "./react-native.d.ts",
"module": "./react-native.js",
"require": "./cjs/react-native.js",

@@ -88,2 +97,3 @@ "default": "./react-native.js"

"types": "./shim.d.ts",
"module": "./shim.js",
"require": "./cjs/shim.js",

@@ -94,2 +104,3 @@ "default": "./shim.js"

"types": "./shim.d.ts",
"module": "./shim.js",
"require": "./cjs/shim.js",

@@ -100,2 +111,3 @@ "default": "./shim.js"

"types": "./typeCheck.d.ts",
"module": "./typeCheck.js",
"require": "./cjs/typeCheck.js",

@@ -106,5 +118,5 @@ "default": "./typeCheck.js"

"dependencies": {
"@polkadot/x-global": "12.1.2",
"@polkadot/x-global": "12.2.1",
"tslib": "^2.5.0"
}
}

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

export const packageInfo = { name: '@polkadot/x-textencoder', 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: '12.1.2' };
export const packageInfo = { name: '@polkadot/x-textencoder', 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: '12.2.1' };
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