Socket
Socket
Sign inDemoInstall

@onekeyfe/cross-inpage-provider-core

Package Overview
Dependencies
Maintainers
2
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onekeyfe/cross-inpage-provider-core - npm Package Compare versions

Comparing version 2.1.7 to 2.1.8

20

dist/cjs/notification/index.js

@@ -13,13 +13,23 @@ "use strict";

}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.notification = void 0;
const notification_1 = __importDefault(require("./notification"));
exports.isInSameOriginIframe = exports.notification = void 0;
const notification_1 = __importStar(require("./notification"));
exports.notification = notification_1.default;
Object.defineProperty(exports, "isInSameOriginIframe", { enumerable: true, get: function () { return notification_1.isInSameOriginIframe; } });
__exportStar(require("./swtichDefaultWalletNotification"), exports);
__exportStar(require("./switchNetworkNotification"), exports);
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const version = '2.1.7';
const version = '2.1.8';
const versionBuild = '2020-0101-1';

@@ -5,0 +5,0 @@ exports.default = {

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

import notification from './notification';
export { notification };
import notification, { isInSameOriginIframe } from './notification';
export { notification, isInSameOriginIframe };
export * from './swtichDefaultWalletNotification';
export * from './switchNetworkNotification';

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

import notification from './notification';
export { notification };
import notification, { isInSameOriginIframe } from './notification';
export { notification, isInSameOriginIframe };
export * from './swtichDefaultWalletNotification';
export * from './switchNetworkNotification';

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

const version = '2.1.7';
const version = '2.1.8';
const versionBuild = '2020-0101-1';

@@ -3,0 +3,0 @@ export default {

{
"name": "@onekeyfe/cross-inpage-provider-core",
"version": "2.1.7",
"version": "2.1.8",
"keywords": [

@@ -32,5 +32,5 @@ "cross-inpage-provider"

"dependencies": {
"@onekeyfe/cross-inpage-provider-errors": "2.1.7",
"@onekeyfe/cross-inpage-provider-events": "2.1.7",
"@onekeyfe/cross-inpage-provider-types": "2.1.7",
"@onekeyfe/cross-inpage-provider-errors": "2.1.8",
"@onekeyfe/cross-inpage-provider-events": "2.1.8",
"@onekeyfe/cross-inpage-provider-types": "2.1.8",
"events": "^3.3.0",

@@ -43,3 +43,3 @@ "lodash-es": "^4.17.21",

},
"gitHead": "d8462873a90d725108eb462ff1676ecfd53a9514"
"gitHead": "40fd9b618f62b24870523282fa47da5c2ca33d66"
}
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