New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bucketco/browser-sdk

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bucketco/browser-sdk - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

dist/browser-sdk/src/client.d.ts

2

dist/types/src/index.d.ts

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

export * from '../../src/index'
export * from '../../browser-sdk/src/index'
{
"name": "@bucketco/browser-sdk",
"version": "2.1.0",
"version": "2.2.0",
"packageManager": "yarn@4.1.1",

@@ -16,5 +16,5 @@ "license": "MIT",

"build": "tsc --project tsconfig.build.json && vite build",
"test": "vitest -c vitest.config.ts",
"test": "tsc --project tsconfig.json && vitest -c vitest.config.ts",
"test:e2e": "yarn build && playwright test",
"test:ci": "vitest run -c vitest.config.ts --reporter=default --reporter=junit --outputFile=junit.xml && yarn test:e2e",
"test:ci": "tsc --project tsconfig.json && vitest run -c vitest.config.ts --reporter=default --reporter=junit --outputFile=junit.xml && yarn test:e2e",
"coverage": "vitest run --coverage",

@@ -62,3 +62,3 @@ "lint": "eslint .",

},
"gitHead": "ddc690a196e83177155d2a531ca69ad115b8cdad"
"gitHead": "d9d014536ef4e697c365af8c691a9398e647db03"
}

@@ -98,3 +98,3 @@ # Bucket Browser SDK

If you supply `user` or `company` objects, they must include at least the `id` property.
If you supply `user` or `company` objects, they must include at least the `id` property otherwise they will be ignored in their entirety.
In addition to the `id`, you must also supply anything additional that you want to be able to evaluate feature targeting rules against.

@@ -101,0 +101,0 @@

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

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 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