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

@openfeature/core

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openfeature/core - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

6

dist/cjs/index.js

@@ -442,2 +442,8 @@ "use strict";

/**
* Removes all event handlers.
*/
clearHandlers() {
this._events.removeAllHandlers();
}
/**
* Gets the current handlers for the given provider event type.

@@ -444,0 +450,0 @@ * @param {AnyProviderEvent} eventType The provider event type to get the current handlers for

@@ -396,2 +396,8 @@ var __defProp = Object.defineProperty;

/**
* Removes all event handlers.
*/
clearHandlers() {
this._events.removeAllHandlers();
}
/**
* Gets the current handlers for the given provider event type.

@@ -398,0 +404,0 @@ * @param {AnyProviderEvent} eventType The provider event type to get the current handlers for

4

dist/types.d.ts

@@ -578,2 +578,6 @@ type FlagValueType = 'boolean' | 'string' | 'number' | 'object';

/**
* Removes all event handlers.
*/
clearHandlers(): void;
/**
* Gets the current handlers for the given provider event type.

@@ -580,0 +584,0 @@ * @param {AnyProviderEvent} eventType The provider event type to get the current handlers for

2

package.json
{
"name": "@openfeature/core",
"version": "0.0.22",
"version": "0.0.23",
"description": "Shared OpenFeature JS components (server and web)",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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