Socket
Socket
Sign inDemoInstall

terra-mixins

Package Overview
Dependencies
Maintainers
8
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.0.1 to 1.1.0

.npmignore

14

package.json
{
"name": "terra-mixins",
"main": "lib/Mixins.scss",
"version": "1.0.1",
"version": "1.1.0",
"description": "terra-mixins",
"repository": {
"type": "git",
"url": "git+https://github.com/cerner/terra-ui.git"
"url": "git+https://github.com/cerner/terra-core.git"
},

@@ -20,8 +20,8 @@ "keywords": [

"bugs": {
"url": "https://github.com/cerner/terra-ui/issues"
"url": "https://github.com/cerner/terra-core/issues"
},
"homepage": "https://github.com/cerner/terra-ui#readme",
"homepage": "https://github.com/cerner/terra-core#readme",
"scripts": {
"compile": "npm run compile:clean && npm run compile:build",
"compile:clean": "rm -rf lib",
"compile:clean": "$(cd ..; npm bin)/rimraf lib",
"compile:build": "$(cd ..; npm bin)/babel src --out-dir lib --copy-files",

@@ -32,4 +32,6 @@ "lint": "npm run lint:scss",

"release:minor": "npm test && node ../../scripts/release/release.js minor",
"release:patch": "npm test && node ../../scripts/release/release.js patch"
"release:patch": "npm test && node ../../scripts/release/release.js patch",
"test": "npm run test:spec",
"test:spec": "echo \"Warning: no test written\" && exit 0"
}
}

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

[![NPM version](http://img.shields.io/npm/v/terra-mixins.svg)](https://www.npmjs.org/package/terra-mixins)
[![Build Status](https://travis-ci.org/cerner/terra-ui.svg?branch=master)](https://travis-ci.org/cerner/terra-ui)
[![Build Status](https://travis-ci.org/cerner/terra-core.svg?branch=master)](https://travis-ci.org/cerner/terra-core)

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

- [Getting Started](#getting-started)
- [Documentation](https://github.com/cerner/terra-ui/tree/master/packages/terra-mixins/docs)
- [Documentation](https://github.com/cerner/terra-core/tree/master/packages/terra-mixins/docs)
- [LICENSE](#license)

@@ -14,0 +14,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