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

@automattic/explat-client-react-helpers

Package Overview
Dependencies
Maintainers
47
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@automattic/explat-client-react-helpers - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

CHANGELOG.md
# Changelog
## 0.0.6
- Bump explat-client version to latest that includes a fix for the experiment name validation to match server side validation: [a-z0-9_]*
## 0.0.5

@@ -4,0 +8,0 @@

1

dist/types/index.d.ts

@@ -16,3 +16,2 @@ import * as React from 'react';

* NOTE: Doesn't obey ExperimentAssignment TTL in order to keep stable UX.
*
* @returns [isExperimentAssignmentLoading, ExperimentAssignment | null]

@@ -19,0 +18,0 @@ */

{
"name": "@automattic/explat-client-react-helpers",
"version": "0.0.5",
"version": "0.0.6",
"description": "Standalone ExPlat Client: React Helpers.",

@@ -28,4 +28,4 @@ "bugs": "https://github.com/Automattic/wp-calypso/issues",

"dependencies": {
"@automattic/explat-client": "^0.0.3",
"react": ">=16.8 <18",
"@automattic/explat-client": "^0.0.5",
"react": "^18.2.0",
"tslib": ">=2.3.0"

@@ -36,7 +36,6 @@ },

"@automattic/calypso-typescript-config": "^1.0.0",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^7.0.2",
"react-dom": ">=16.8 <18",
"typescript": "^4.5.5"
"@testing-library/react": "^14.2.1",
"react-dom": "^18.2.0",
"typescript": "^5.3.3"
}
}

@@ -49,3 +49,3 @@ # ExPlat Client: React Helpers

- Won't obey TTL - will retain the same experience for the life of the component.
- Tip: Can use `loadExperiment('experiment_name')` to prefetch an experiment.
- Tip: Can use `loadExperimentAssignment('experiment_name')` to prefetch an experiment.

@@ -52,0 +52,0 @@ ### ExperimentOptions

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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