New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

terra-demographics-banner

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-demographics-banner - npm Package Compare versions

Comparing version

to
1.1.0

11

CHANGELOG.md
Changelog
=========
Unreleased
----------
1.1.0 - (July 18, 2017)
------------------
### Changed
* Updated nightwatch test scripts
### Removed
* Removed nightwatch.config file
1.0.0 - (June 28, 2017)
------------------
Initial stable release

21

package.json
{
"name": "terra-demographics-banner",
"main": "lib/DemographicsBanner.js",
"version": "1.0.0",
"version": "1.1.0",
"description": "The demographics component is used to display demographic information about a person in a condensed, easy to read format.",

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

"react-intl": "^2.3.0",
"terra-props-table": "^1.0.0",
"terra-toolkit": "^1.0.0"
"terra-props-table": "^1.1.0"
},

@@ -32,3 +31,3 @@ "peerDependencies": {

"react-dom": "^15.4.2",
"terra-base": "^1.0.0"
"terra-base": "^1.1.0"
},

@@ -38,5 +37,5 @@ "dependencies": {

"prop-types": "^15.5.8",
"terra-base": "^1.0.0",
"terra-mixins": "^1.6.0",
"terra-responsive-element": "^1.0.0"
"terra-base": "^1.1.0",
"terra-mixins": "^1.7.0",
"terra-responsive-element": "^1.1.0"
},

@@ -54,7 +53,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-demographics-banner node ./node_modules/terra-toolkit/lib/scripts/nightwatch.js",
"test:nightwatch-chrome": "SPECTRE_TEST_SUITE=terra-demographics-banner node ./node_modules/terra-toolkit/lib/scripts/nightwatch.js chrome",
"test:nightwatch-firefox": "SPECTRE_TEST_SUITE=terra-demographics-banner node ./node_modules/terra-toolkit/lib/scripts/nightwatch.js firefox",
"test:nightwatch-safari": "SPECTRE_TEST_SUITE=terra-demographics-banner node ./node_modules/terra-toolkit/lib/scripts/nightwatch-non-parallel.js safari"
"test:nightwatch-default": "SPECTRE_TEST_SUITE=terra-demographics-banner node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js",
"test:nightwatch-chrome": "SPECTRE_TEST_SUITE=terra-demographics-banner node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js chrome",
"test:nightwatch-firefox": "SPECTRE_TEST_SUITE=terra-demographics-banner node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js firefox",
"test:nightwatch-safari": "SPECTRE_TEST_SUITE=terra-demographics-banner node ../../node_modules/terra-toolkit/lib/scripts/nightwatch-non-parallel.js safari"
}
}