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

terra-mixins

Package Overview
Dependencies
Maintainers
9
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.29.0 to 1.30.0

8

CHANGELOG.md

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

3.8.0 - (June 11, 2019)
------------------
### Removed
* Removed node_modules from .npmignore
### Changed
* Made required updates to consume terra-toolkit v5 and terra-dev-site v5
3.7.0 - (March 26, 2019)

@@ -9,0 +17,0 @@ ------------------

7

package.json
{
"name": "terra-mixins",
"main": "lib/Mixins.scss",
"version": "1.29.0",
"version": "1.30.0",
"description": "The terra-mixins component supplies global mixins for use throughout the Terra ecosystem.",

@@ -24,7 +24,6 @@ "repository": {

"scripts": {
"compile": "npm run compile:clean && npm run compile:build",
"compile:clean": "rm -rf lib",
"compile:build": "babel src --out-dir lib --copy-files",
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
"lint": "npm run lint:scss",
"lint:scss": "stylelint src/**/*.scss",
"precompile": "rm -rf lib",
"test": "npm run test:spec",

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

@@ -5,3 +5,3 @@ # Terra Mixins

[![NPM version](https://badgen.net/npm/v/terra-mixins)](https://www.npmjs.org/package/terra-mixins)
[![Build Status](https://badgen.net/travis/cerner/terra-core)](https://travis-ci.org/cerner/terra-core)
[![Build Status](https://badgen.net/travis/cerner/terra-core)](https://travis-ci.com/cerner/terra-core)

@@ -8,0 +8,0 @@ The terra-mixins component supplies global mixins for use throughout the Terra ecosystem.

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