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

san-md-loader

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

san-md-loader - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

8

dist/san-md-loader.js

@@ -137,3 +137,4 @@ 'use strict';

content = _this$getSanComponent.content,
requires = _this$getSanComponent.requires;
requires = _this$getSanComponent.requires,
sanBlock = _this$getSanComponent.sanBlock;

@@ -151,3 +152,3 @@ var md = markdown(this.options.preset, this.options);

}).join(',');
var rawChildren = components.map(function (item) {
var rawChildren = sanBlock.map(function (item) {
return JSON.stringify(item).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029");

@@ -235,3 +236,4 @@ });

content: content,
requires: requires
requires: requires,
sanBlock: sanBlock
};

@@ -238,0 +240,0 @@ }

{
"name": "san-md-loader",
"version": "1.0.3",
"version": "1.0.4",
"description": "💥Convert markdown file to SAN component.",

@@ -5,0 +5,0 @@ "main": "dist/san-md-loader.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