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

@thumbtack/thumbprint-atomic

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thumbtack/thumbprint-atomic - npm Package Compare versions

Comparing version 2.2.5 to 3.0.0

6

CHANGELOG.md

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

## 3.0.0 - 2018-12-14
### Removed
- [Major] Remove `manifest.json` from `dist`. This is a breaking change but only affects users that were importing the `manifest.json` file.
## 2.2.5 - 2018-11-27

@@ -7,0 +13,0 @@

7

package.json
{
"name": "@thumbtack/thumbprint-atomic",
"description": "Atomic classes for building Thumbtack UI",
"version": "2.2.5",
"version": "3.0.0",
"author": "Tom Genoni <tom@thumbtack.com>",

@@ -17,6 +17,5 @@ "main": "dist/atomic.css",

"scripts": {
"start": "yarn clear && yarn generateCss",
"clear": "rm -rf dist && mkdir -p dist",
"generateManifest": "./tools/generate-manifest.js",
"generateCss": "node-sass -q src/atomic.scss dist/atomic.css && postcss dist/atomic.css --map --use autoprefixer css-mqpacker cssnano --replace",
"start": "yarn clear && yarn generateCss && yarn generateManifest",
"prepublishOnly": "../../scripts/should-build-package.js -- yarn start"

@@ -30,4 +29,2 @@ },

"cssnano": "^4.1.0",
"gonzales-pe": "^4.2.3",
"lodash": "^4.17.10",
"node-sass": "^4.9.2",

@@ -34,0 +31,0 @@ "postcss-cli": "^6.0.0"

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