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.1 to 0.0.1-alpha.2

src/global.js

6

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

@@ -9,3 +9,5 @@ "main": "./src/element.js",

".": "./src/element.js",
"./utils": "./src/utils.js"
"./element.js": "./src/element.js",
"./global.js": "./src/global.js",
"./utils.js": "./src/utils.js"
},

@@ -12,0 +14,0 @@ "scripts": {

import { PodiumElement } from '@podium/element';
import { getBrand, getGlobalStyles } from './utils.js';
import { styles } from './global.js';
const brandInfo = getBrand();
const globalCss = await getGlobalStyles(brandInfo);
export default class WarpElement extends PodiumElement {
static styles = [
...globalCss,
...styles,
];

@@ -15,2 +12,2 @@

}
}
}
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