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

@vtmn/css

Package Overview
Dependencies
Maintainers
2
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtmn/css - npm Package Compare versions

Comparing version 0.1.12 to 0.2.0

dist/index-base10.css

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

# [0.2.0](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css@0.1.12...@vtmn/css@0.2.0) (2021-03-15)
### Features
* **@vtmn/css-design-tokens:** generate .less output ([068f2e4](https://github.com/Decathlon/vitamin-web/commit/068f2e4e932a3185c90b3de96ccd2a613a70e8de))
* **@vtmn/css-design-tokens:** generate .scss output ([af50104](https://github.com/Decathlon/vitamin-web/commit/af50104d9891f23b0493c35b3a2bc91c9dac698d))
## [0.1.12](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css@0.1.11...@vtmn/css@0.1.12) (2021-03-10)

@@ -8,0 +20,0 @@

6

package.json
{
"name": "@vtmn/css",
"version": "0.1.12",
"version": "0.2.0",
"description": "Decathlon Design System - Vitamin global CSS styles library",

@@ -26,3 +26,3 @@ "keywords": [

"scripts": {
"build": "postcss src/index.css -o dist/index.css && lerna run --parallel --scope \"@vtmn/css-*\" build",
"build": "postcss src/index.css -o dist/index.css && cross-env FONT_SIZE_BASE=10 postcss src/index.css -o dist/index-base10.css && lerna run --parallel --scope \"@vtmn/css-*\" build",
"start": "chokidar \"src/**\" --initial -i \"**/dist/**\" -c \"yarn build\""

@@ -49,3 +49,3 @@ },

],
"gitHead": "ec6ddd37b0f732f6dc734afcbee47176f59ba235"
"gitHead": "2b545d41a130c4e1629643a3910075808845ccac"
}

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