Socket
Socket
Sign inDemoInstall

terra-markdown

Package Overview
Dependencies
Maintainers
7
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-markdown - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

docs/props-table/Markdown.md

8

CHANGELOG.md

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

1.3.0 - (August 8, 2017)
------------------
### Changed
* Minor version bump
1.2.0 - (August 1, 2017)

@@ -13,2 +18,5 @@ ------------------

### Added
* Added nightwatch tests
1.1.0 - (July 18, 2017)

@@ -15,0 +23,0 @@ ------------------

11

package.json
{
"name": "terra-markdown",
"main": "lib/Markdown.js",
"version": "1.2.0",
"version": "1.3.0",
"description": "terra-markdown",

@@ -39,5 +39,10 @@ "repository": {

"lint:scss": "$(cd ..; npm bin)/stylelint src/**/*.scss",
"test": "npm run test:spec",
"test:spec": "echo \"Warning: no test written\" && exit 0"
"props-table": "echo \"props-table is not used here to avoid cyclical package dependencies\"",
"test": "npm run test:nightwatch-default",
"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-props-table node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js",
"test:nightwatch-chrome": "SPECTRE_TEST_SUITE=terra-props-table node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js chrome",
"test:nightwatch-firefox": "SPECTRE_TEST_SUITE=terra-props-table node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js firefox",
"test:nightwatch-safari": "SPECTRE_TEST_SUITE=terra-props-table node ../../node_modules/terra-toolkit/lib/scripts/nightwatch-non-parallel.js safari"
}
}
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