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

terra-markdown

Package Overview
Dependencies
Maintainers
8
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.1.0 to 1.2.0

lib/Markdown.scss

5

CHANGELOG.md

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

1.2.0 - (August 1, 2017)
------------------
### Changed
* Added margin to body
1.1.0 - (July 18, 2017)

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

4

lib/Markdown.js

@@ -21,2 +21,4 @@ 'use strict';

require('./Markdown.scss');
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -30,5 +32,3 @@

};
// eslint-disable-next-line import/extensions
var defaultProps = {

@@ -35,0 +35,0 @@ src: ''

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

@@ -36,4 +36,5 @@ "repository": {

"compile:build": "$(cd ..; npm bin)/babel src --out-dir lib --copy-files",
"lint": "npm run lint:js",
"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",
"test": "npm run test:spec",

@@ -40,0 +41,0 @@ "test:spec": "echo \"Warning: no test written\" && exit 0"

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