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

@paperist/remark-latex

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paperist/remark-latex - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

lib/LaTeXCompiler/index.js

@@ -34,3 +34,3 @@ "use strict";

const opts = jsYAML.safeLoad(yamlNode.value);
this.options = _.defaultsDeep(this.options, opts.latex || {});
this.options = Object.assign(this.options, opts.latex || {});
}

@@ -37,0 +37,0 @@ catch (_e) {

{
"name": "@paperist/remark-latex",
"description": "wooorm/remark plugin for latex",
"version": "0.0.6",
"version": "0.0.7",
"dependencies": {

@@ -6,0 +6,0 @@ "ejs": "^2.5.2",

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