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
5
Versions
74
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 1.3.0 to 1.3.1

15

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

@@ -9,3 +9,9 @@ "main": "dist/index.js",

],
"typings": "dist/js-client-sdk-common.d.ts",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {

@@ -16,7 +22,6 @@ "lint": "eslint '**/*.{ts,tsx}' --cache",

"prepare": "make prepare",
"pre-commit": "lint-staged && tsc && yarn docs",
"pre-commit": "lint-staged && tsc",
"typecheck": "tsc",
"test": "yarn test:unit",
"test:unit": "NODE_ENV=test jest '.*\\.spec\\.ts'",
"docs": "api-documenter markdown -i ./temp -o ./docs"
"test:unit": "NODE_ENV=test jest '.*\\.spec\\.ts'"
},

@@ -23,0 +28,0 @@ "jsdelivr": "dist/eppo-sdk.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