Socket
Socket
Sign inDemoInstall

terra-base

Package Overview
Dependencies
Maintainers
8
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-base - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

.npmignore

6

lib/Base.js

@@ -11,2 +11,6 @@ 'use strict';

var _propTypes = require('prop-types');
var _propTypes2 = _interopRequireDefault(_propTypes);
require('./baseStyles');

@@ -22,3 +26,3 @@

*/
children: _react.PropTypes.node.isRequired
children: _propTypes2.default.node.isRequired
};

@@ -25,0 +29,0 @@

9

package.json
{
"name": "terra-base",
"main": "lib/Base.js",
"version": "0.3.0",
"version": "0.4.0",
"description": "The base component sets minimal global styles for an application.",

@@ -24,3 +24,3 @@ "repository": {

"devDependencies": {
"terra-toolkit": "^0.x"
"terra-toolkit": "^0.3.0"
},

@@ -32,7 +32,8 @@ "peerDependencies": {

"dependencies": {
"classnames": "^2.2.5"
"classnames": "^2.2.5",
"prop-types": "^15.5.8"
},
"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",

@@ -39,0 +40,0 @@ "lint": "npm run lint:js && npm run lint:scss",

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