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

@paperist/remark-latex

Package Overview
Dependencies
Maintainers
2
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 1.0.7 to 1.1.0

17

lib/converters/image/index.js

@@ -17,11 +17,20 @@ "use strict";

}
const configStr = qs.stringify(options, ',', '=', {
encodeURIComponent: (str) => str.replace(/,/g, '\\,'),
});
return lodash_1.defaultsDeep({
label,
caption: caption.trim(),
config: configStr,
config: options,
utils: {
parse(str) {
return qs.parse(str, ',', '=', {
decodeURIComponent: (str) => str.replace(/\\,/g, ','),
});
},
stringify(opt) {
return qs.stringify(opt, ',', '=', {
encodeURIComponent: (str) => str.replace(/,/g, '\\,'),
});
},
},
}, node);
}
exports.default = image;

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.0.7",
"version": "1.1.0",
"main": "lib/index.js",

@@ -8,0 +8,0 @@ "files": [

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