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

@department-of-veterans-affairs/css-library

Package Overview
Dependencies
Maintainers
31
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@department-of-veterans-affairs/css-library - npm Package Compare versions

Comparing version 0.7.4 to 0.8.0

dist/fonts/bitter-bold.ttf

14

package.json
{
"name": "@department-of-veterans-affairs/css-library",
"version": "0.7.4",
"version": "0.8.0",
"description": "Department of Veterans Affairs stylesheets, tokens, and utilities",

@@ -9,11 +9,13 @@ "packageManager": "yarn@3.2.0",

"dist/**/*.scss",
"dist/**/*.json"
"dist/**/*.json",
"dist/fonts/*"
],
"scripts": {
"build:tokens": "style-dictionary build",
"build:stylesheets": "sass --load-path=./node_modules/@uswds/uswds/packages/ src/stylesheets:dist/",
"build:stylesheets": "sass --load-path=./node_modules/@uswds/uswds/packages/ src/stylesheets:dist/stylesheets",
"build:minify": "yarn build:stylesheets --style compressed",
"build:minify-core": "sass --style compressed dist/core.css:dist/core.min.css",
"build": "yarn run clean-dist && yarn run copy && yarn build:tokens && yarn build:stylesheets",
"build": "yarn run clean-dist && yarn run copy && yarn build:tokens && yarn build:stylesheets && yarn copy:scss-files",
"clean-dist": "rimraf dist/*",
"copy:scss-files": "cp -rv src/stylesheets/_mixins.scss dist/stylesheets/_mixins.scss && cp -rv src/stylesheets/formation-overrides/_variables.scss dist/stylesheets/formation-overrides/_variables.scss",
"copy-assets": "cp -rv src/assets/fonts dist/fonts/ && cp -rv src/assets/img dist/img/",

@@ -23,10 +25,10 @@ "copy": "node ./copy-uswds-color-tokens.js && yarn run copy-assets"

"devDependencies": {
"@uswds/uswds": "^3.7.1",
"sass": "^1.64.1",
"style-dictionary": "^3.8.0"
"style-dictionary": "3.8.0"
},
"dependencies": {
"@divriots/style-dictionary-to-figma": "^0.4.0",
"@uswds/uswds": "^3.7.1",
"rimraf": "^5.0.5"
}
}

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