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

piral-menu

Package Overview
Dependencies
Maintainers
1
Versions
931
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

piral-menu - npm Package Compare versions

Comparing version 0.8.0-pre.685 to 0.8.0-pre.690

2

lib/default.js

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

const piral_core_1 = require("piral-core");
exports.DefaultContainer = props => (React.createElement(piral_core_1.ExtensionSlot, { name: `menu_${props.type}`, params: props, empty: () => React.createElement(React.Fragment, { key: "default_menu" }, props.children) }));
exports.DefaultContainer = props => (React.createElement(piral_core_1.ExtensionSlot, { name: `menu_${props.type}`, params: props, empty: () => piral_core_1.defaultRender(props.children, 'default_menu') }));
exports.DefaultItem = props => piral_core_1.defaultRender(props.children);
//# sourceMappingURL=default.js.map
{
"name": "piral-menu",
"version": "0.8.0-pre.685",
"version": "0.8.0-pre.690",
"description": "Extensions for the integration of menu items in Piral.",

@@ -37,3 +37,3 @@ "keywords": [

"devDependencies": {
"piral-core": "^0.8.0-pre.685"
"piral-core": "^0.8.0-pre.690"
},

@@ -43,3 +43,3 @@ "peerDependencies": {

},
"gitHead": "a0879e95ecaaf8c0f492ae02e5246fb839e29ace"
"gitHead": "fa9824bda8ba7cfefea60e9494f3b5f91a951b67"
}

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