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

panel

Package Overview
Dependencies
Maintainers
9
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

panel - npm Package Compare versions

Comparing version 1.6.4 to 1.6.5

5

build/isorender/dom-shims.js

@@ -94,2 +94,7 @@ 'use strict';

}
}, {
key: 'attachShadow',
value: function attachShadow() {
return document.createElement('shadow-root');
}
}]);

@@ -96,0 +101,0 @@

4

lib/isorender/dom-shims.js

@@ -64,2 +64,6 @@ /* eslint-env node */

}
attachShadow() {
return document.createElement(`shadow-root`);
}
}

@@ -66,0 +70,0 @@

2

package.json
{
"name": "panel",
"version": "1.6.4",
"version": "1.6.5",
"description": "Web Components with Virtual DOM: lightweight composable web apps",

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

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