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

@thumbtack/thumbprint-scss

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thumbtack/thumbprint-scss - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

components.css

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## 0.1.1 - 2019-02-08
### Changed
- [Patch] Change name of the CSS dist from `css.css` to `components.css`.
- [Patch] Use tilde imports in Node Sass with `node-sass-tilde-importer`.
## 0.1.0 - 2019-02-07

@@ -7,0 +14,0 @@

18

package.json
{
"name": "@thumbtack/thumbprint-scss",
"description": "CSS and Sass mixins for building Thumbtack UI",
"version": "0.1.0",
"version": "0.1.1",
"author": "Tom Genoni <tom@thumbtack.com>",
"main": "css.css",
"style": "css.css",
"main": "components.css",
"style": "components.css",
"files": [
"css.css",
"css.css.map",
"components.css",
"components.css.map",
"mixins.scss",

@@ -28,6 +28,5 @@ "mixins"

"scripts": {
"start": "yarn generate-css && yarn copy-mixins",
"clear": "rm -rf mixins.scss mixins/* css.css css.css.map",
"generate-css": "node-sass -q src/css.scss css.css && postcss css.css --map --use autoprefixer cssnano --replace",
"copy-mixins": "cp src/mixins.scss mixins.scss && cp -R src/mixins mixins",
"start": "yarn generate-css",
"clear": "rm components.css components.css.map",
"generate-css": "node-sass -q components.scss components.css --importer=./node-sass-importer.js && postcss components.css --map --use autoprefixer cssnano --replace",
"prepublishOnly": "../../scripts/should-build-package.js -- yarn start"

@@ -40,4 +39,5 @@ },

"node-sass": "^4.9.2",
"node-sass-tilde-importer": "1.0.0",
"postcss-cli": "^6.1.1"
}
}

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