Socket
Socket
Sign inDemoInstall

@polkadot/x-global

Package Overview
Dependencies
Maintainers
2
Versions
629
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/x-global - npm Package Compare versions

Comparing version 5.8.2-3 to 5.8.2-4

1

index.d.ts
/// <reference types="node" />
export { packageInfo } from './packageInfo';
export declare const xglobal: (NodeJS.Global & typeof globalThis) | (Window & typeof globalThis);

@@ -6,3 +6,12 @@ "use strict";

});
Object.defineProperty(exports, "packageInfo", {
enumerable: true,
get: function () {
return _packageInfo.packageInfo;
}
});
exports.xglobal = void 0;
var _packageInfo = require("./packageInfo");
// Copyright 2017-2021 @polkadot/x-fetch authors & contributors

@@ -9,0 +18,0 @@ // SPDX-License-Identifier: Apache-2.0

2

package.json
{
"name": "@polkadot/x-global",
"version": "5.8.2-3",
"version": "5.8.2-4",
"description": "A cross-environment global replacement",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -12,4 +12,4 @@ "use strict";

name: '@polkadot/x-global',
version: '5.8.2-3'
version: '5.8.2-4'
};
exports.packageInfo = packageInfo;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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