Comparing version 11.0.0 to 11.0.1
@@ -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", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
15
3
412384
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updatedchalk@^4.1.2