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

@warp-ds/elements

Package Overview
Dependencies
Maintainers
7
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warp-ds/elements - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1-next.1

17

package.json
{
"name": "@warp-ds/elements",
"type": "module",
"version": "1.3.0",
"version": "1.3.1-next.1",
"description": "Custom elements for Warp",

@@ -29,4 +29,5 @@ "exports": {

"build:docs": "vite build",
"build:eik": "node build.js eik",
"build:npm": "node build.js npm",
"build": "rimraf dist && tsc && vite build --mode lib && pnpm run build:npm",
"build": "rimraf dist && rimraf eik && tsc && vite build --mode lib && pnpm run build:npm && pnpm build:eik",
"commit": "cz",

@@ -57,2 +58,4 @@ "dev": "vite",

"@chbphone55/classnames": "2.0.0",
"@eik/cli": "^2.0.22",
"@eik/esbuild-plugin": "^1.1.43",
"@lingui/cli": "^4.5.0",

@@ -73,3 +76,3 @@ "@lingui/conf": "^4.5.0",

"fastify": "4.18.0",
"glob": "8.1.0",
"glob": "10.3.10",
"html-format": "1.1.2",

@@ -105,2 +108,10 @@ "lerna": "7.0.2",

},
"eik": {
"server": "https://assets.finn.no",
"type": "package",
"files": "eik",
"import-map": [
"https://assets.finn.no/map/custom-elements/v2"
]
},
"config": {

@@ -107,0 +118,0 @@ "commitizen": {

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