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

@guardian/ab-core

Package Overview
Dependencies
Maintainers
47
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guardian/ab-core - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

6

CHANGELOG.md
# @guardian/ab-core
## 5.0.0
### Major Changes
- Update Typescript to v5.1.3 and tslib to v2.5.3
## 4.0.0

@@ -4,0 +10,0 @@

2

cjs/ab.d.ts

@@ -1,2 +0,2 @@

import { AbTestConfig, CoreAPI, OphanAPI } from "./index-49049993";
import { AbTestConfig, CoreAPI, OphanAPI } from "./index-49049993.js";
declare class AB {

@@ -3,0 +3,0 @@ private _allRunnableTests;

@@ -1,3 +0,3 @@

import { CoreAPI, CoreAPIConfig } from "./index-49049993";
import { CoreAPI, CoreAPIConfig } from "./index-49049993.js";
declare const initCore: (config: CoreAPIConfig) => CoreAPI;
export { initCore };

@@ -1,3 +0,3 @@

export type { ABTest, ABTestAPI, AbTestConfig, CoreAPIConfig, Participations, Runnable, Variant } from "./index-49049993";
export { AB } from "./ab";
export type { ABTest, ABTestAPI, AbTestConfig, CoreAPIConfig, Participations, Runnable, Variant } from "./index-49049993.js";
export { AB } from "./ab.js";
//# sourceMappingURL=index.d.ts.map

@@ -1,3 +0,3 @@

import { OphanAPI, OphanAPIConfig } from "./index-49049993";
import { OphanAPI, OphanAPIConfig } from "./index-49049993.js";
declare const initOphan: (config: OphanAPIConfig) => OphanAPI;
export { initOphan };

@@ -1,2 +0,2 @@

import { AbTestConfig, CoreAPI, OphanAPI } from "./index-49049993";
import { AbTestConfig, CoreAPI, OphanAPI } from "./index-49049993.js";
declare class AB {

@@ -3,0 +3,0 @@ private _allRunnableTests;

@@ -1,3 +0,3 @@

import { CoreAPI, CoreAPIConfig } from "./index-49049993";
import { CoreAPI, CoreAPIConfig } from "./index-49049993.js";
declare const initCore: (config: CoreAPIConfig) => CoreAPI;
export { initCore };

@@ -1,3 +0,3 @@

export type { ABTest, ABTestAPI, AbTestConfig, CoreAPIConfig, Participations, Runnable, Variant } from "./index-49049993";
export { AB } from "./ab";
export type { ABTest, ABTestAPI, AbTestConfig, CoreAPIConfig, Participations, Runnable, Variant } from "./index-49049993.js";
export { AB } from "./ab.js";
//# sourceMappingURL=index.d.ts.map

@@ -1,3 +0,3 @@

import { OphanAPI, OphanAPIConfig } from "./index-49049993";
import { OphanAPI, OphanAPIConfig } from "./index-49049993.js";
declare const initOphan: (config: OphanAPIConfig) => OphanAPI;
export { initOphan };
{
"name": "@guardian/ab-core",
"version": "4.0.0",
"version": "5.0.0",
"private": false,

@@ -20,3 +20,3 @@ "description": "A client-side library for A/B & multivariate testing",

"tslib": "^2.4.1",
"typescript": "~4.9.5"
"typescript": "~5.1.3"
},

@@ -32,3 +32,3 @@ "peerDependenciesMeta": {

"readme": "ERROR: No README data found!",
"_id": "@guardian/ab-core@4.0.0"
"_id": "@guardian/ab-core@5.0.0"
}

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