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

@cpelements/pfe-navigation

Package Overview
Dependencies
Maintainers
8
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cpelements/pfe-navigation - npm Package Compare versions

Comparing version 1.0.98 to 1.0.99

dist/pfe-navigation--lightdom.css.map

12

dist/ie-polyfills.js

@@ -22,5 +22,3 @@ /**

var isNode = argItem instanceof Node;
docFrag.appendChild(
isNode ? argItem : document.createTextNode(String(argItem))
);
docFrag.appendChild(isNode ? argItem : document.createTextNode(String(argItem)));
});

@@ -55,5 +53,3 @@

var isNode = argItem instanceof Node;
docFrag.appendChild(
isNode ? argItem : document.createTextNode(String(argItem))
);
docFrag.appendChild(isNode ? argItem : document.createTextNode(String(argItem)));
});

@@ -104,5 +100,3 @@

if (!Element.prototype.matches) {
Element.prototype.matches =
Element.prototype.msMatchesSelector ||
Element.prototype.webkitMatchesSelector;
Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector;
}

@@ -109,0 +103,0 @@ if (!Element.prototype.closest) {

@@ -17,3 +17,3 @@ {

},
"version": "1.0.98",
"version": "1.0.99",
"publishConfig": {

@@ -20,0 +20,0 @@ "access": "public"

@@ -7,6 +7,4 @@ # PatternFly Element | Navigation element

> **Upgrading from @patternfly/pfe-navigation?**<br>Read the [upgrade documentation](documentation/upgrading-from-old-pfe-navigation.md).
> If this is an upgrade from the previous version of the nav, read the [upgrade documentation](documentation/upgrading-from-old-pfe-navigation.md).
> **Putting this on a Red Hat Branded Site?**<br>Make sure you see the confluence documentation: https://docs.engineering.redhat.com/display/DXPFF/Implementing+the+Red+Hat+Site+System+Navigation
If JS is working and enabled, the component will copy specific markup from inside the `<pfe-navigation>` tag to the Shadow DOM, this allows styles and behaviors to be encapsulated so we don't get any outside code messing with the appearance or behaviors of the navigation.

@@ -13,0 +11,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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