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

markmap-common

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markmap-common - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

dist/index.esm.js

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

/*! markmap-common v0.1.2 | MIT License */
/*! markmap-common v0.1.3 | MIT License */
import _extends from '@babel/runtime/helpers/esm/extends';

@@ -3,0 +3,0 @@

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

/*! markmap-common v0.1.2 | MIT License */
/*! markmap-common v0.1.3 | MIT License */
'use strict';

@@ -3,0 +3,0 @@

{
"name": "markmap-common",
"version": "0.1.2",
"version": "0.1.3",
"description": "",

@@ -31,3 +31,3 @@ "author": "",

},
"gitHead": "ba28b32d3697c1495bfede73910f589937fa63e4"
"gitHead": "cb2ed0a25207e2617bb8b4d3735d61d4b5392560"
}

@@ -51,4 +51,4 @@ export interface IHierarchy<T> {

promise: Promise<T>;
resolve: (value?: any) => void;
resolve: (value: T) => void;
reject: (error?: any) => void;
}
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