Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flipt-io/flipt

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flipt-io/flipt - npm Package Compare versions

Comparing version 1.0.0-rc.2 to 1.0.0

flipt-io-flipt-1.0.0.tgz

8

CHANGELOG.md
# 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 @@

2

dist/evaluation/models.d.ts

@@ -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 {

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc