Socket
Socket
Sign inDemoInstall

terra-button

Package Overview
Dependencies
Maintainers
10
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-button - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

lib/Button.js

@@ -17,2 +17,4 @@ 'use strict';

require('terra-base/lib/baseStyles');
require('./Button.scss');

@@ -19,0 +21,0 @@

3

package.json
{
"name": "terra-button",
"main": "lib/Button.js",
"version": "0.2.0",
"version": "0.3.0",
"description": "The terra-button component provides users a way to trigger actions in the UI.",

@@ -54,4 +54,5 @@ "repository": {

"classnames": "^2.2.5",
"terra-base": "^0.x",
"terra-mixins": "^1.0.0"
}
}
import React, { PropTypes } from 'react';
import classNames from 'classnames';
import 'terra-base/lib/baseStyles';
import './Button.scss';

@@ -4,0 +5,0 @@

Sorry, the diff of this file is not supported yet

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