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.6.0 to 1.7.0

5

CHANGELOG.md

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

1.8.0 - (September 19, 2017)
------------------
### Changed
* Minor version bump
1.6.0 - (September 12, 2017)

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

14

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

@@ -34,12 +34,12 @@ "repository": {

"compile": "npm run compile:clean && npm run compile:build",
"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-markdown -- rimraf lib",
"compile:build": "lerna exec --scope terra-markdown -- 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-markdown -- eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
"lint:scss": "lerna exec --scope terra-markdown -- stylelint src/**/*.scss",
"props-table": "echo \"props-table is not used here to avoid cyclical package dependencies\"",
"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-markdown -- jest ./tests/jest/* --config ../../jestconfig.json",
"test:nightwatch": "lerna exec --scope terra-markdown -- 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