New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remark-shortcodes

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-shortcodes - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

7

index.js

@@ -147,5 +147,8 @@ "use strict";

var split = item.split("=");
var key = split[0].trim();
var key = split.shift().trim();
// Strip surrounding quotes from value, if they exist.
var val = split[1].trim().replace(/^"(.*)"$/, "$1");
var val = split
.join("=")
.trim()
.replace(/^"(.*)"$/, "$1");
attributes[key] = val;

@@ -152,0 +155,0 @@ });

{
"name": "remark-shortcodes",
"version": "0.1.4",
"version": "0.1.5",
"description": "Shortcode parser plugin for Remark",

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

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