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

@chazzz/simple-doc

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chazzz/simple-doc - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/style/github.css

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.0.2"></a>
## [0.0.2](https://github.com/charjac/simple-doc/compare/v0.0.1...v0.0.2) (2017-09-26)
### Bug Fixes
* **path:** use path.resolve for .css assets ([bf7ced2](https://github.com/charjac/simple-doc/commit/bf7ced2))
<a name="0.0.1"></a>

@@ -7,0 +17,0 @@ ## [0.0.1](https://github.com/charjac/simple-doc/compare/v0.0.0...v0.0.1) (2017-09-26)

1

dist/components/Markdown/index.js

@@ -16,5 +16,4 @@ "use strict";

exports.Markdown = ({ githubStyle = true, markdown, }) => {
console.log('markdown', markdown);
return (React.createElement("div", { className: githubStyle ? 'markdown-github' : '', dangerouslySetInnerHTML: { __html: marked(markdown) } }));
};
//# sourceMappingURL=index.js.map

@@ -11,2 +11,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const path = require("path");
const fs = require("fs-extra");

@@ -22,3 +23,3 @@ const html_1 = require("html");

});
const styleDir = `${process.cwd()}/src/style`;
const styleDir = path.resolve(__dirname, 'style');
try {

@@ -25,0 +26,0 @@ yield fs.writeFile(`${outDir}/index.html`, html_1.prettyPrint(html));

{
"name": "@chazzz/simple-doc",
"version": "0.0.1",
"version": "0.0.2",
"author": "Charles Jacquin <charles.jacquin@gmail.com>",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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