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

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 1.0.0 to 1.1.0

14

CHANGELOG.md
Changelog
=========
Unreleased
----------
1.1.0 - (July 18, 2017)
------------------
### Changed
* Converted component to use CSS modules
* Converted SCSS variables to CSS custom properties for theming
* Normalized CSS custom properties naming
* Updated nightwatch test scripts
### Removed
* Removed nightwatch.config file
1.0.0 - (June 28, 2017)
------------------
Initial stable release

15

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

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

"devDependencies": {
"terra-props-table": "^1.0.0",
"terra-toolkit": "^1.0.0"
"terra-props-table": "^1.1.0"
},

@@ -35,3 +34,3 @@ "peerDependencies": {

"prop-types": "^15.5.8",
"terra-i18n": "^1.0.0"
"terra-i18n": "^1.1.0"
},

@@ -49,7 +48,7 @@ "scripts": {

"test:all": "npm run test:nightwatch-default && npm run test:nightwatch-chrome && npm run test:nightwatch-firefox && npm run test:nightwatch-safari",
"test:nightwatch-default": "SPECTRE_TEST_SUITE=terra-base node ./node_modules/terra-toolkit/lib/scripts/nightwatch.js",
"test:nightwatch-chrome": "SPECTRE_TEST_SUITE=terra-base node ./node_modules/terra-toolkit/lib/scripts/nightwatch.js chrome",
"test:nightwatch-firefox": "SPECTRE_TEST_SUITE=terra-base node ./node_modules/terra-toolkit/lib/scripts/nightwatch.js firefox",
"test:nightwatch-safari": "SPECTRE_TEST_SUITE=terra-base node ./node_modules/terra-toolkit/lib/scripts/nightwatch-non-parallel.js safari"
"test:nightwatch-default": "SPECTRE_TEST_SUITE=terra-base node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js",
"test:nightwatch-chrome": "SPECTRE_TEST_SUITE=terra-base node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js chrome",
"test:nightwatch-firefox": "SPECTRE_TEST_SUITE=terra-base node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js firefox",
"test:nightwatch-safari": "SPECTRE_TEST_SUITE=terra-base node ../../node_modules/terra-toolkit/lib/scripts/nightwatch-non-parallel.js safari"
}
}

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