Socket
Socket
Sign inDemoInstall

mondrian-components

Package Overview
Dependencies
43
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

4

build/body.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const mark_js_1 = require("mark.js");
const mark_ts_1 = require("mark.ts");
const styled_components_1 = require("styled-components");

@@ -10,3 +10,3 @@ class BodyComp extends React.Component {

return;
const instance = new mark_js_1.default(this.node);
const instance = new mark_ts_1.default(this.node);
instance.mark(this.props.query, {

@@ -13,0 +13,0 @@ acrossElements: true,

@@ -0,1 +1,4 @@

### v1.3.1 (2017/4/28 17:10)
* Rename mark.js to mark.ts
### v1.3.0 (2017/4/28 16:47)

@@ -2,0 +5,0 @@ * Add notes and facsimile

{
"name": "mondrian-components",
"version": "1.3.0",
"version": "1.3.1",
"description": "## Development - $ npm install - $ npm run watch - Open new terminal. - $ npm run server - The default browser is pointed to http://localhost:3000.",

@@ -5,0 +5,0 @@ "main": "build/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc