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

@eppo/js-client-sdk-common

Package Overview
Dependencies
Maintainers
8
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eppo/js-client-sdk-common - npm Package Compare versions

Comparing version 3.0.6 to 3.0.7

2

dist/rules.js

@@ -81,2 +81,4 @@ "use strict";

return new RegExp(condition.value).test(value);
case OperatorType.NOT_MATCHES:
return !new RegExp(condition.value).test(value);
case OperatorType.ONE_OF:

@@ -83,0 +85,0 @@ return isOneOf(value.toString(), condition.value);

2

package.json
{
"name": "@eppo/js-client-sdk-common",
"version": "3.0.6",
"version": "3.0.7",
"description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)",

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

Sorry, the diff of this file is too big to display

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