terra-markdown
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -15,2 +15,4 @@ 'use strict'; | ||
require('terra-base/lib/baseStyles'); | ||
require('github-markdown-css'); | ||
@@ -17,0 +19,0 @@ |
{ | ||
"name": "terra-markdown", | ||
"main": "lib/Markdown.js", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "terra-markdown", | ||
@@ -30,3 +30,4 @@ "repository": { | ||
"marked": "^0.3.6", | ||
"github-markdown-css": "^2.4.1" | ||
"github-markdown-css": "^2.4.1", | ||
"terra-base": "^0.x" | ||
}, | ||
@@ -33,0 +34,0 @@ "scripts": { |
import React, { PropTypes } from 'react'; | ||
import marked from 'marked'; | ||
import 'terra-base/lib/baseStyles'; | ||
// eslint-disable-next-line import/extensions | ||
@@ -4,0 +5,0 @@ import 'github-markdown-css'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16456
58
0
6
+ Addedterra-base@^0.x