@springernature/global-autocomplete
Advanced tools
Comparing version 5.0.0 to 5.0.1
# History | ||
## 5.0.1 (2020-10-12) | ||
* BUG: unescaped HTML in README | ||
## 5.0.0 (2020-10-06) | ||
@@ -4,0 +7,0 @@ * BREAKING: Use ESM exports |
{ | ||
"name": "@springernature/global-autocomplete", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"license": "MIT", | ||
@@ -9,9 +9,3 @@ "description": "Autocomplete/suggest component", | ||
"main": "js/index.js", | ||
"brandContext": "^4.2.2", | ||
"dependencies": { | ||
"@springernature/brand-context": "^4.2.2" | ||
}, | ||
"scripts": { | ||
"postinstall": "npx @springernature/util-context-warning@0.0.5 -p @springernature/global-autocomplete@5.0.0 -v 4.2.2" | ||
} | ||
} | ||
"brandContext": "^4.2.2" | ||
} |
@@ -24,2 +24,4 @@ # Autocomplete component | ||
```html | ||
<input type="text" autocomplete="off" class="c-autocomplete" data-component-autocomplete> | ||
``` |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
0
27
0
51338
- Removed@springernature/brand-context@^4.2.2
- Removed@springernature/brand-context@4.3.2(transitive)