Socket
Socket
Sign inDemoInstall

mkast

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mkast - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

5

lib/serialize.js

@@ -7,4 +7,5 @@ var through = require('through3')

return function (key, val) {
var invalid = Boolean(~seen.indexOf(val))
|| key === '_parent' || key === '_prev' || key === '_lastChild';
var invalid = key === '_parent' || key === '_prev' || key === '_lastChild'
|| (val === null)
|| Boolean(~seen.indexOf(val));
if(invalid) {

@@ -11,0 +12,0 @@ return;

2

package.json
{
"name": "mkast",
"version": "1.1.1",
"version": "1.1.2",
"description": "Commonmark AST transformer",

@@ -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