New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@warp-ds/elements-core

Package Overview
Dependencies
Maintainers
6
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warp-ds/elements-core - npm Package Compare versions

Comparing version 0.0.1-alpha.6 to 0.0.1-alpha.7

2

package.json
{
"name": "@warp-ds/elements-core",
"type": "module",
"version": "0.0.1-alpha.6",
"version": "0.0.1-alpha.7",
"description": "",

@@ -6,0 +6,0 @@ "main": "./src/element.js",

@@ -25,3 +25,3 @@ import { CSSResult, unsafeCSS } from "lit";

*/
let styles = new CSSStyleSheet();
let styles;

@@ -32,2 +32,3 @@ if (isServer()) {

} else {
styles = new CSSStyleSheet();
try {

@@ -34,0 +35,0 @@ // block on fetching styles. This will throw in older browsers that don't support top level await

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