@flipt-io/flipt
Advanced tools
Comparing version 1.0.0-rc.2 to 1.0.0
# Changelog | ||
## [1.0.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-node-v1.0.0-rc.2...flipt-node-v1.0.0) (2024-01-16) | ||
### Miscellaneous Chores | ||
* release 1.0.0 ([6d301f7](https://github.com/flipt-io/flipt-server-sdks/commit/6d301f71ff2059748ac2c6899aa10b1cd275b50d)) | ||
* release 1.0.0-rc.2 ([856609b](https://github.com/flipt-io/flipt-server-sdks/commit/856609ba9981d00ffbe855b660149fe782a87f61)) | ||
## [1.0.0-rc.2](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-node-v1.0.0-rc.1...flipt-node-v1.0.0-rc.2) (2024-01-16) | ||
@@ -4,0 +12,0 @@ |
@@ -6,2 +6,3 @@ export interface EvaluationRequest { | ||
context: object; | ||
reference?: string; | ||
} | ||
@@ -28,2 +29,3 @@ export interface VariantEvaluationResponse { | ||
requests: EvaluationRequest[]; | ||
reference?: string; | ||
} | ||
@@ -30,0 +32,0 @@ interface ErrorEvaluationResponse { |
{ | ||
"name": "@flipt-io/flipt", | ||
"version": "1.0.0-rc.2", | ||
"version": "1.0.0", | ||
"description": "Flipt Server SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,2 +6,3 @@ export interface EvaluationRequest { | ||
context: object; | ||
reference?: string; | ||
} | ||
@@ -31,2 +32,3 @@ | ||
requests: EvaluationRequest[]; | ||
reference?: string; | ||
} | ||
@@ -33,0 +35,0 @@ |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
34484
727
1