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

@spectrum-web-components/base

Package Overview
Dependencies
Maintainers
7
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/base - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

test/base.test.js

4

package.json
{
"name": "@spectrum-web-components/base",
"version": "0.5.4",
"version": "0.5.5",
"publishConfig": {

@@ -61,3 +61,3 @@ "access": "public"

"sideEffects": false,
"gitHead": "caf12727e7f91dcf961e1fadacc727eea9ece27b"
"gitHead": "bdff893e2b95aba7737c58d01c6ac68861cb8b2e"
}

@@ -75,4 +75,8 @@ /*

}
const oldDir = this.dir;
this.dir =
dirParent.dir === 'rtl' ? dirParent.dir : this.dir || 'ltr';
if (oldDir === this.dir) {
this.setAttribute('dir', this.dir);
}
if (dirParent === document.documentElement) {

@@ -79,0 +83,0 @@ observedForElements.add(this);

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