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

@guardian/ab-core

Package Overview
Dependencies
Maintainers
6
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 7.0.2 to 7.0.3

dist/@types/index.d.ts

57

package.json
{
"name": "@guardian/ab-core",
"version": "7.0.2",
"version": "7.0.3",
"private": false,
"description": "A client-side library for A/B & multivariate testing",
"homepage": "https://github.com/guardian/csnx/tree/main/libs/@guardian/ab-core#readme",
"bugs": {
"url": "https://github.com/guardian/csnx/issues"
"license": "Apache-2.0",
"sideEffects": false,
"type": "module",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guardian/csnx.git"
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"rollup": "4.17.2",
"tslib": "2.6.2",
"typescript": "5.3.3"
},
"license": "Apache-2.0",
"sideEffects": false,
"main": "./cjs/index.js",
"module": "./esm/index.js",
"peerDependencies": {

@@ -33,15 +39,10 @@ "tslib": "^2.6.2",

"build": {
"executor": "@csnx/npm-package:build",
"inputs": [
"{projectRoot}/src/**",
"{projectRoot}/package.json",
"{projectRoot}/tsconfig.json"
],
"outputs": [
"{options.outputPath}"
],
"options": {
"entry": "{projectRoot}/src/index.ts",
"tsConfig": "{projectRoot}/tsconfig.json",
"packageJson": "{projectRoot}/package.json",
"outputPath": "{workspaceRoot}/dist/{projectRoot}",
"assets": [
"{projectRoot}/*.md"
]
}
"{projectRoot}/dist"
]
},

@@ -83,4 +84,10 @@ "lint": {

},
"readme": "ERROR: No README data found!",
"_id": "@guardian/ab-core@7.0.2"
"scripts": {
"build": "rm -rf dist && rollup -c",
"dev": "jest --watch",
"fix": "pnpm lint --fix",
"lint": "eslint --cache .",
"test": "jest",
"verify-dist": "jest --setupFilesAfterEnv ./jest.dist.setup.js"
}
}
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