Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dataforsyningen/designsystem

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dataforsyningen/designsystem - npm Package Compare versions

Comparing version 8.0.1 to 8.1.0

4

package.json
{
"name": "@dataforsyningen/designsystem",
"version": "8.0.1",
"version": "8.1.0",
"description": "Common design system for Klimadatastyrelsen with CSS, icons, UI components, and logo images.",

@@ -18,3 +18,3 @@ "type": "module",

"serve": "node bin/server.js",
"build-css": "node_modules/.bin/esbuild --bundle --sourcemap index.css --outfile=assets/designsystem.css",
"build-css": "node_modules/.bin/esbuild --bundle --sourcemap --minify index.css --outfile=assets/designsystem.css",
"build-js": "node_modules/.bin/esbuild ./index.js --bundle --outfile=assets/designsystem.js --format=esm --loader:.svg=text",

@@ -21,0 +21,0 @@ "build-docs": "node bin/build-docs.js",

@@ -40,3 +40,3 @@ # Klimadatastyrelsen Designsystem

...
<link rel="stylesheet" href="https://cdn.dataforsyningen.dk/assets/designsystem/v7/designsystem.css">
<link rel="stylesheet" href="https://cdn.dataforsyningen.dk/assets/designsystem/v8/designsystem.css">
...

@@ -67,3 +67,3 @@ <head>

```html
<svg><use href="https://cdn.dataforsyningen.dk/assets/designsystem/v7/icons.svg#notification" /></svg>
<svg><use href="https://cdn.dataforsyningen.dk/assets/designsystem/v8/icons.svg#notification" /></svg>
```

@@ -70,0 +70,0 @@

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc