@polkadot/x-ws
Advanced tools
Comparing version 11.1.4-12 to 12.0.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageInfo = void 0; | ||
exports.packageInfo = { name: '@polkadot/x-ws', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '11.1.4-12' }; | ||
exports.packageInfo = { name: '@polkadot/x-ws', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.0.1' }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageInfo = exports.WebSocket = void 0; | ||
var browser_js_1 = require("./browser.js"); | ||
Object.defineProperty(exports, "WebSocket", { enumerable: true, get: function () { return browser_js_1.WebSocket; } }); | ||
Object.defineProperty(exports, "packageInfo", { enumerable: true, get: function () { return browser_js_1.packageInfo; } }); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./browser.js"), exports); |
@@ -6,3 +6,3 @@ { | ||
"engines": { | ||
"node": ">=14" | ||
"node": ">=16" | ||
}, | ||
@@ -19,3 +19,3 @@ "homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-ws#readme", | ||
"type": "module", | ||
"version": "11.1.4-12", | ||
"version": "12.0.1", | ||
"main": "./cjs/node.js", | ||
@@ -85,3 +85,3 @@ "module": "./node.js", | ||
"dependencies": { | ||
"@polkadot/x-global": "11.1.4-12", | ||
"@polkadot/x-global": "12.0.1", | ||
"tslib": "^2.5.0", | ||
@@ -88,0 +88,0 @@ "ws": "^8.13.0" |
@@ -1,1 +0,1 @@ | ||
export const packageInfo = { name: '@polkadot/x-ws', 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: '11.1.4-12' }; | ||
export const packageInfo = { name: '@polkadot/x-ws', 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.0.1' }; |
@@ -1,1 +0,1 @@ | ||
export { WebSocket, packageInfo } from './browser.js'; | ||
export * from './browser.js'; |
@@ -1,1 +0,1 @@ | ||
export { WebSocket, packageInfo } from './browser.js'; | ||
export * from './browser.js'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
16257
67
+ Added@polkadot/x-global@12.0.1(transitive)
- Removed@polkadot/x-global@11.1.4-12(transitive)
Updated@polkadot/x-global@12.0.1