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

terra-icon

Package Overview
Dependencies
Maintainers
7
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-icon - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

5

CHANGELOG.md

@@ -7,2 +7,7 @@ Changelog

1.10.0 - (September 19, 2017)
------------------
### Changed
* Minor version bump
1.9.0 - (September 12, 2017)

@@ -9,0 +14,0 @@ ------------------

6

docs/DEPENDENCIES.md

@@ -8,3 +8,3 @@ # Dependency Information

| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| terra-base | ^2.2.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.3.0 | ^15.4.2 | The base component sets minimal global styles for an application. |

@@ -18,3 +18,3 @@ ## devDependencies

| svgo | ^0.7.2 | -- | Nodejs-based tool for optimizing SVG vector graphics files |
| terra-props-table | ^1.6.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.7.0 | ^15.4.2 | terra-props-table |

@@ -26,2 +26,2 @@ ## peerDependencies

| react-dom | ^15.4.2 | ^15.6.1 | React package for working with the DOM. |
| terra-base | ^2.2.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.3.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
{
"name": "terra-icon",
"version": "1.9.0",
"version": "1.10.0",
"description": "terra-icon",

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

"svgo": "^0.7.2",
"terra-props-table": "^1.7.0"
"terra-props-table": "^1.8.0"
},

@@ -33,3 +33,3 @@ "peerDependencies": {

"react-dom": "^15.4.2",
"terra-base": "^2.3.0"
"terra-base": "^2.4.0"
},

@@ -39,8 +39,8 @@ "dependencies": {

"prop-types": "^15.5.8",
"terra-base": "^2.3.0"
"terra-base": "^2.4.0"
},
"scripts": {
"compilescripts": "npm run compilescripts:clean && npm run compilescripts:build",
"compilescripts:clean": "$(cd ..; npm bin)/rimraf scripts/lib",
"compilescripts:build": "$(cd ..; npm bin)/babel scripts/src --out-dir scripts/lib --copy-files",
"compilescripts:clean": "lerna exec --scope terra-icon -- rimraf scripts/lib",
"compilescripts:build": "lerna exec --scope terra-icon -- babel scripts/src --out-dir scripts/lib --copy-files",
"migrate-csv": "node scripts/lib/migrate-csv/index.js",

@@ -52,12 +52,12 @@ "migrate-svg": "node scripts/lib/migrate-svg/index.js",

"compile": "npm run compile:clean && npm run compile:build && npm run compilescripts",
"compile:clean": "$(cd ..; npm bin)/rimraf lib",
"compile:build": "$(cd ..; npm bin)/babel src --out-dir lib --copy-files",
"compile:clean": "lerna exec --scope terra-icon -- rimraf lib",
"compile:build": "lerna exec --scope terra-icon -- babel src --out-dir lib --copy-files",
"lint": "npm run lint:js && npm run lint:scss",
"lint:js": "$(cd ..; npm bin)/eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
"lint:scss": "$(cd ..; npm bin)/stylelint src/**/*.scss",
"lint:js": "lerna exec --scope terra-icon -- eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
"lint:scss": "lerna exec --scope terra-icon -- stylelint src/**/*.scss",
"props-table": "props-table ./src/IconBase.jsx --out-dir ./docs/props-table",
"test": "npm run test:jest && npm run test:nightwatch",
"test:jest": "$(cd ..; npm bin)/jest --config ../../jestconfig.json",
"test:nightwatch": "$(cd ..; npm bin)/nightwatch -c ../../nightwatch.conf.js"
"test:jest": "lerna exec --scope terra-icon -- jest ./tests/jest/* --config ../../jestconfig.json",
"test:nightwatch": "lerna exec --scope terra-icon -- nightwatch -c ../../nightwatch.conf.js"
}
}
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