unleash-client
Advanced tools
Comparing version 3.2.2 to 3.2.3
# Changelog | ||
## 3.2.3 | ||
- fix: details.json should be updated after npm version | ||
## 3.2.2 | ||
@@ -4,0 +8,0 @@ |
@@ -1,1 +0,1 @@ | ||
{ "name": "unleash-client-node", "version": "3.2.1", "sdkVersion": "unleash-client-node:3.2.1" } | ||
{ "name": "unleash-client-node", "version": "3.2.3", "sdkVersion": "unleash-client-node:3.2.3" } |
{ | ||
"name": "unleash-client", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "Unleash Client for Node", | ||
@@ -9,3 +9,3 @@ "license": "Apache-2.0", | ||
"scripts": { | ||
"preinstall": "node scripts/build-details.js", | ||
"postversion": "node scripts/build-details.js", | ||
"lint": "eslint .", | ||
@@ -12,0 +12,0 @@ "lint:fix": "eslint . --fix && prettier --write '{src,examples}/**/*.ts'", |
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
119774
0