Socket
Socket
Sign inDemoInstall

@spectrum-web-components/base

Package Overview
Dependencies
6
Maintainers
10
Versions
161
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.42.3 to 0.42.4

./src/index.js

8

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

@@ -32,2 +32,6 @@ "access": "public"

},
"./src/async-directive.js": {
"development": "./src/async-directive.dev.js",
"default": "./src/async-directive.js"
},
"./src/condition-attribute-with-id.js": {

@@ -120,3 +124,3 @@ "development": "./src/condition-attribute-with-id.dev.js",

],
"gitHead": "a03edce4f21f232f1705d8eb222e6e5436cad4c3"
"gitHead": "4924ffd06681ced537edaed873a9ce8b42cf155c"
}

@@ -138,8 +138,5 @@ "use strict";

return;
if (window.__swc.ignoreWarningLocalNames[localName])
return;
if (window.__swc.ignoreWarningTypes[type])
return;
if (window.__swc.ignoreWarningLevels[level])
return;
if (window.__swc.ignoreWarningLocalNames[localName]) return;
if (window.__swc.ignoreWarningTypes[type]) return;
if (window.__swc.ignoreWarningLevels[level]) return;
window.__swc.issuedWarnings.add(id);

@@ -146,0 +143,0 @@ let listedIssues = "";

@@ -9,4 +9,3 @@ "use strict";

result = (kind ? decorator(target, key, result) : decorator(result)) || result;
if (kind && result)
__defProp(target, key, result);
if (kind && result) __defProp(target, key, result);
return result;

@@ -13,0 +12,0 @@ };

// Generated by genversion.
export const version = '0.42.3';
export const version = '0.42.4';

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc