Socket
Socket
Sign inDemoInstall

markdown-it-attrs

Package Overview
Dependencies
7
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

.nyc_output/135703a7-e10d-4eb6-b3f8-93d3b95affc6.json

2

.nyc_output/processinfo/index.json

@@ -1,1 +0,1 @@

{"processes":{"c67f6449-591c-4ce3-b45c-9e9e9fdfdb2c":{"parent":null,"children":["e1b1cdf6-6c35-47cf-b62d-9114c2d85e44"]},"e1b1cdf6-6c35-47cf-b62d-9114c2d85e44":{"parent":"c67f6449-591c-4ce3-b45c-9e9e9fdfdb2c","children":[]}},"files":{"/Users/arve/git/markdown-it-attrs/index.js":["e1b1cdf6-6c35-47cf-b62d-9114c2d85e44"],"/Users/arve/git/markdown-it-attrs/patterns.js":["e1b1cdf6-6c35-47cf-b62d-9114c2d85e44"],"/Users/arve/git/markdown-it-attrs/utils.js":["e1b1cdf6-6c35-47cf-b62d-9114c2d85e44"]},"externalIds":{}}
{"processes":{"135703a7-e10d-4eb6-b3f8-93d3b95affc6":{"parent":"21d75c29-dffe-4913-b40c-a42f232d7f0b","children":[]},"21d75c29-dffe-4913-b40c-a42f232d7f0b":{"parent":null,"children":["135703a7-e10d-4eb6-b3f8-93d3b95affc6"]}},"files":{"/Users/arve/git/markdown-it-attrs/index.js":["135703a7-e10d-4eb6-b3f8-93d3b95affc6"],"/Users/arve/git/markdown-it-attrs/patterns.js":["135703a7-e10d-4eb6-b3f8-93d3b95affc6"],"/Users/arve/git/markdown-it-attrs/utils.js":["135703a7-e10d-4eb6-b3f8-93d3b95affc6"]},"externalIds":{}}

@@ -380,2 +380,3 @@ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.markdownItAttrs = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){

position: -1,
type: 'text',
content: utils.hasDelimiters('only', options)

@@ -448,2 +449,3 @@ }]

position: -1,
type: 'text',
content: utils.hasDelimiters('end', options)

@@ -450,0 +452,0 @@ }]

{
"name": "markdown-it-attrs",
"version": "3.0.0",
"version": "3.0.1",
"description": "Add classes, identifiers and attributes to your markdown with {} curly brackets, similar to pandoc's header attributes",

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

@@ -153,2 +153,3 @@ 'use strict';

position: -1,
type: 'text',
content: utils.hasDelimiters('only', options)

@@ -223,2 +224,3 @@ }

position: -1,
type: 'text',
content: utils.hasDelimiters('end', options)

@@ -339,2 +341,2 @@ }

return arr.slice(-1)[0];
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc