Comparing version 2.0.0-next-03ba92 to 2.0.0-next-9f9b97
@@ -7,3 +7,3 @@ # context - Changelog | ||
## 2.0.0 - 2021-11-20 | ||
## 2.0.0 - 2021-11-24 | ||
### Changed or removed | ||
@@ -19,2 +19,3 @@ - 7c43eab major(context): used named export in context (ealush) | ||
### Fixed and improved | ||
- 9f9b970 vx: improve package.json generation (ealush) | ||
- f721b2d patch(vest): replace warns boolean flag with enum (ealush) | ||
@@ -21,0 +22,0 @@ - bed7040 vx: add back to workspace (ealush) |
{ | ||
"version": "2.0.0-next-03ba92", | ||
"version": "2.0.0-next-9f9b97", | ||
"license": "MIT", | ||
@@ -30,6 +30,6 @@ "main": "./dist/cjs/context.js", | ||
"import": "./dist/es/context.production.js", | ||
"require": "./dist/cjs/context.js", | ||
"node": "./dist/cjs/context.js", | ||
"require": "./dist/cjs/context.production.js", | ||
"node": "./dist/cjs/context.production.js", | ||
"module": "./dist/es/context.production.js", | ||
"default": "./dist/cjs/context.js" | ||
"default": "./dist/cjs/context.production.js" | ||
}, | ||
@@ -36,0 +36,0 @@ "./package.json": "./package.json", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22073
15
254
0
1