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

admin-shell-messaging

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

admin-shell-messaging - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

1

dist/index.d.ts

@@ -6,1 +6,2 @@ export { ACTION_TYPES, ACTIONS } from "./actions";

export { shell } from "./shell";
export { navigate } from "./navigation";

4

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.shell = exports.stopLoading = exports.startLoading = exports.clearBreadcrumbExtraLevels = exports.insertNewBreadcrumbLevel = exports.ACTIONS = exports.ACTION_TYPES = void 0;
exports.navigate = exports.shell = exports.stopLoading = exports.startLoading = exports.clearBreadcrumbExtraLevels = exports.insertNewBreadcrumbLevel = exports.ACTIONS = exports.ACTION_TYPES = void 0;
var actions_1 = require("./actions");

@@ -15,2 +15,4 @@ Object.defineProperty(exports, "ACTION_TYPES", { enumerable: true, get: function () { return actions_1.ACTION_TYPES; } });

Object.defineProperty(exports, "shell", { enumerable: true, get: function () { return shell_1.shell; } });
var navigation_1 = require("./navigation");
Object.defineProperty(exports, "navigate", { enumerable: true, get: function () { return navigation_1.navigate; } });
//# sourceMappingURL=index.js.map
{
"name": "admin-shell-messaging",
"version": "0.1.9",
"version": "0.1.10",
"description": "Admin shell Iframe messaging package",

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

@@ -9,1 +9,2 @@ export { ACTION_TYPES, ACTIONS } from "./actions";

export { shell } from "./shell";
export { navigate } from "./navigation";

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