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 11.0.0 to 11.0.1

2

js/menu.js

@@ -129,3 +129,3 @@ 'use strict';

.filter(clause => clause.number.substring(0, searchString.length) === searchString)
.map(clause => ({ entry: clause }));
.map(clause => ({ key: getKey(clause), entry: clause }));
} else {

@@ -132,0 +132,0 @@ results = [];

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

@@ -46,3 +46,3 @@ "main": "lib/ecmarkup.js",

"dependencies": {
"chalk": "^1.1.3",
"chalk": "^4.1.2",
"command-line-args": "^5.2.0",

@@ -64,3 +64,2 @@ "command-line-usage": "^6.1.1",

"devDependencies": {
"@types/chalk": "^0.4.31",
"@types/command-line-args": "^5.2.0",

@@ -67,0 +66,0 @@ "@types/command-line-usage": "^5.0.2",

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