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 12.1.0 to 12.1.1

2

lib/autolinker.js

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

function isCommonAbstractOp(op) {
return (op === 'Call' || op === 'Set' || op === 'Type' || op === 'UTC' || op === 'min' || op === 'max');
return op === 'Call' || op === 'Set' || op === 'Type' || op === 'UTC';
}

@@ -101,0 +101,0 @@ function lookAheadBeyond(key, entry) {

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

continue;
if (effect === 'user-code' && ((_a = parent.textContent) === null || _a === void 0 ? void 0 : _a.includes('be a new Abstract Closure'))) {
if (effect === 'user-code' &&
/be a new (\w+ )*Abstract Closure/.test((_a = parent.textContent) !== null && _a !== void 0 ? _a : '')) {
return false;

@@ -247,0 +248,0 @@ }

{
"name": "ecmarkup",
"version": "12.1.0",
"version": "12.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