@quoll/client-lib
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.2.1](https://github.com/mzogheib/quoll/compare/@quoll/client-lib@0.2.0...@quoll/client-lib@0.2.1) (2024-01-27) | ||
**Note:** Version bump only for package @quoll/client-lib | ||
# 0.2.0 (2024-01-27) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@quoll/client-lib", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Shared code for client side packages", | ||
@@ -12,3 +12,4 @@ "repository": "https://github.com/mzogheib/quoll", | ||
"start": "tsc --watch", | ||
"build": "tsc", | ||
"clean-build": "rm -rf dist", | ||
"build": "yarn clean-build && tsc", | ||
"type-check": "tsc --noEmit", | ||
@@ -29,3 +30,4 @@ "prepublishOnly": "yarn build" | ||
"react": "^18.2.0" | ||
} | ||
}, | ||
"gitHead": "bb4cc39c3f6cf2fbddecb98fcbecd00a42c3d297" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
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
1
10553
13
264