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 0.3.0 to 0.4.0

.npmignore

6

lib/Markdown.js

@@ -11,2 +11,6 @@ 'use strict';

var _propTypes = require('prop-types');
var _propTypes2 = _interopRequireDefault(_propTypes);
var _marked = require('marked');

@@ -26,3 +30,3 @@

*/
src: _react.PropTypes.string
src: _propTypes2.default.string
};

@@ -29,0 +33,0 @@ // eslint-disable-next-line import/extensions

11

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

@@ -26,12 +26,13 @@ "repository": {

"react-dom": "^15.4.2",
"terra-base": "^0.x"
"terra-base": "^0.4.0"
},
"dependencies": {
"github-markdown-css": "^2.4.1",
"marked": "^0.3.6",
"github-markdown-css": "^2.4.1",
"terra-base": "^0.x"
"prop-types": "^15.5.8",
"terra-base": "^0.4.0"
},
"scripts": {
"compile": "npm run compile:clean && npm run compile:build",
"compile:clean": "rm -rf lib",
"compile:clean": "$(cd ..; npm bin)/rimraf lib",
"compile:build": "$(cd ..; npm bin)/babel src --out-dir lib --copy-files",

@@ -38,0 +39,0 @@ "lint": "npm run lint: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