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

@postenbring/hedwig-css

Package Overview
Dependencies
Maintainers
3
Versions
420
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postenbring/hedwig-css - npm Package Compare versions

Comparing version 0.0.0-font-size-and-line-height-with-min-max-fluid-20231117121357 to 0.0.0-icon-button-C0L88PWY-20231125000521

dist/box/box.css

28

dist/classnames.d.ts

@@ -11,2 +11,9 @@ // This file is auto-generated with postcss-ts-classnames.

| "hds-badge--white"
| "hds-box"
| "hds-box--closed"
| "hds-box--light-grey"
| "hds-box--lighter"
| "hds-box--warning"
| "hds-box--white"
| "hds-box__close-button"
| "hds-button"

@@ -17,4 +24,2 @@ | "hds-button--full"

| "hds-button--mobile-full"
| "hds-button--outline"
| "hds-button--outline-dark"
| "hds-button--outline-primary"

@@ -28,2 +33,10 @@ | "hds-button--outline-secondary"

| "hds-description-list--horizontal"
| "hds-icon-button"
| "hds-input"
| "hds-input--default"
| "hds-input--lined"
| "hds-input--white"
| "hds-input__error-message"
| "hds-input__input"
| "hds-input__label"
| "hds-link"

@@ -36,2 +49,13 @@ | "hds-link--inverted"

| "hds-link__text"
| "hds-list"
| "hds-list--large"
| "hds-list--medium"
| "hds-list--small"
| "hds-list--style-hidden"
| "hds-message"
| "hds-message--attention"
| "hds-message--neutral"
| "hds-message--neutral__icon"
| "hds-message--success"
| "hds-message--warning"
| "hds-theme-bring"

@@ -38,0 +62,0 @@ | "hds-theme-posten"

31

package.json
{
"name": "@postenbring/hedwig-css",
"version": "0.0.0-font-size-and-line-height-with-min-max-fluid-20231117121357",
"version": "0.0.0-icon-button-C0L88PWY-20231125000521",
"description": "",
"scripts": {
"build": "npm-run-all build:*",
"build:css": "parcel build --no-cache 'src/*.css' 'src/**/*.css' 'src/*.scss' 'src/**/*.scss'",
"build:typed-classname": "postcss dist/index.css --config ./typed-classname --no-map > /dev/null",
"dev": "npm-run-all -p dev:*",
"dev:css": "parcel watch --no-cache 'src/*.css' 'src/**/*.css' 'src/*.scss' 'src/**/*.scss'",
"dev:typed-classname": "chokidar 'dist/index.css' -c 'npm run build:typed-classname'",
"lint": "stylelint 'src/**/*.css' 'src/**/*.scss' --cache",
"lint:fix": "npm run lint -- --fix",
"clean": "rm -rf .turbo && rm -rf .parcel-cache && rm -rf node_modules && rm -rf dist"
},
"files": [

@@ -33,5 +22,7 @@ "dist/**",

"postcss-nested": "6.0.1",
"postcss-nested-import": "1.3.0",
"postcss-ts-classnames": "0.3.0",
"sanitize.css": "^13.0.0",
"stylelint": "15.11.0",
"stylelint-config-prettier-scss": "1.0.0",
"stylelint-config-standard": "34.0.0",

@@ -49,3 +40,15 @@ "stylelint-config-standard-scss": "11.1.0",

"defaults"
]
}
],
"scripts": {
"build": "npm-run-all build:*",
"build:css": "parcel build --no-cache 'src/*.css' 'src/**/*.css' 'src/*.scss' 'src/**/*.scss'",
"build:typed-classname": "postcss dist/index.css --config ./typed-classname --no-map > /dev/null",
"dev": "npm-run-all -p dev:*",
"dev:css": "parcel watch --no-cache 'src/*.css' 'src/**/*.css' 'src/*.scss' 'src/**/*.scss'",
"dev:typed-classname": "chokidar 'dist/index.css' -c 'pnpm build:typed-classname'",
"lint": "stylelint 'src/**/*.css' 'src/**/*.scss' --cache",
"lint:fix": "pnpm lint -- --fix",
"clean": "rm -rf .turbo && rm -rf .parcel-cache && rm -rf node_modules && rm -rf dist",
"show-css-size": "pnpm build:css && echo '\nSize of dist/index.css (original → gzip)' && pnpm dlx gzip-size-cli dist/index.css --include-original"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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