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

ecmarkup

Package Overview
Dependencies
Maintainers
6
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecmarkup - npm Package Compare versions

Comparing version 16.1.0 to 16.1.1

6

lib/formatter/ecmarkdown.js

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

}
case 'double-brackets': {
output.appendText(`[[${node.contents}]]`);
break;
}
default: {
// @ts-ignore
// @ts-expect-error
throw new Error(`Unknown node type ${node.name}`);

@@ -156,0 +160,0 @@ }

2

lib/lint/utils.js

@@ -32,3 +32,3 @@ "use strict";

default:
// @ts-ignore
// @ts-expect-error
throw new Error('unknown production body type ' + body.constructor.name);

@@ -35,0 +35,0 @@ }

{
"name": "ecmarkup",
"version": "16.1.0",
"version": "16.1.1",
"description": "Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.",

@@ -5,0 +5,0 @@ "main": "lib/ecmarkup.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