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
7
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.8 to 0.0.1-alpha.9

15

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

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

"scripts": {
"jsdoc": "tsc"
"jsdoc": "tsc",
"build": "node esbuild.js",
"prepublishOnly": "npm run build",
"postpublish": "eik login && eik publish"
},

@@ -29,5 +32,13 @@ "author": "",

"devDependencies": {
"@eik/cli": "^2.0.22",
"@eik/esbuild-plugin": "^1.1.36",
"@types/node": "^20.4.7",
"esbuild": "^0.19.3",
"typescript": "^5.1.6"
},
"eik": {
"server": "https://assets.finn.no",
"files": "./dist",
"import-map": "https://assets.finn.no/map/custom-elements/v2"
}
}

@@ -75,4 +75,5 @@ export const isServer = () => {

`https://assets.finn.no/pkg/@warp-ds/css/v1/resets.css`,
`https://assets.finn.no/pkg/@warp-ds/css/v1/components.css`,
];
return await loadStyles(urls);
};
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