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

terra-mixins

Package Overview
Dependencies
Maintainers
6
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-mixins - npm Package Compare versions

Comparing version 1.10.0 to 1.11.0

5

CHANGELOG.md

@@ -7,2 +7,7 @@ Changelog

1.5.0 - (September 26, 2017)
------------------
### Removed
* Remove stylelint-disable selector-class-pattern
1.4.0 - (September 19, 2017)

@@ -9,0 +14,0 @@ ------------------

8

package.json
{
"name": "terra-mixins",
"main": "lib/Mixins.scss",
"version": "1.10.0",
"version": "1.11.0",
"description": "terra-mixins",

@@ -25,6 +25,6 @@ "repository": {

"compile": "npm run compile:clean && npm run compile:build",
"compile:clean": "lerna exec --scope terra-mixins -- rimraf lib",
"compile:build": "lerna exec --scope terra-mixins -- babel src --out-dir lib --copy-files",
"compile:clean": "rimraf lib",
"compile:build": "babel src --out-dir lib --copy-files",
"lint": "npm run lint:scss",
"lint:scss": "lerna exec --scope terra-mixins -- stylelint src/**/*.scss",
"lint:scss": "stylelint src/**/*.scss",
"test": "npm run test:spec",

@@ -31,0 +31,0 @@ "test:spec": "echo \"Warning: no test written\" && exit 0"

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