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

@digibib/deichman-ui

Package Overview
Dependencies
Maintainers
3
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digibib/deichman-ui - npm Package Compare versions

Comparing version 5.2.0 to 6.0.0

dist/legacy.css

7

package.json
{
"name": "@digibib/deichman-ui",
"version": "5.2.0",
"version": "6.0.0",
"description": "Deichman style-guide and component library",

@@ -14,4 +14,5 @@ "main": "dist/index.js",

"start": "STORYBOOK_ENV=dev start-storybook -s ./public -p 9001",
"build": "rollup -c",
"build:css": "postcss src/**/*.css -o src/styles.css",
"build": "npm run build:modern && npm run build:legacy",
"build:modern": "rollup --config rollup.config.js",
"build:legacy": "rollup --config rollup.config.legacy.js",
"prepublish": "rm -rf ./dist && npm run build",

@@ -18,0 +19,0 @@ "build-storybook": "build-storybook -s ./public",

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