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

@progfay/scrapbox-parser

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progfay/scrapbox-parser - npm Package Compare versions

Comparing version 2.5.1 to 2.5.2

1

lib/block/node/InternalLinkNode.d.ts

@@ -6,4 +6,5 @@ import { ParserType } from '.';

href: string;
content: string;
};
export declare const InternalLinkNodeParser: ParserType;
//# sourceMappingURL=InternalLinkNode.d.ts.map

3

lib/block/node/InternalLinkNode.js

@@ -8,3 +8,4 @@ "use strict";

pathType: /^\/.*$/.test(href) ? 'root' : 'relative',
href
href,
content: ''
});

@@ -11,0 +12,0 @@ exports.InternalLinkNodeParser = (text, { nested, quoted }, next) => {

{
"name": "@progfay/scrapbox-parser",
"version": "2.5.1",
"version": "2.5.2",
"description": "parse Scrapbox notation to JavaScript Object",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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