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

@bucketco/react-sdk

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bucketco/react-sdk - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

1

dist/src/index.d.ts

@@ -18,2 +18,3 @@ import { default as React, ReactNode } from 'react';

debug?: boolean;
enableTracking?: boolean;
newBucketClient?: (...args: ConstructorParameters<typeof BucketClient>) => BucketClient;

@@ -20,0 +21,0 @@ };

6

package.json
{
"name": "@bucketco/react-sdk",
"version": "2.0.1",
"version": "2.1.0",
"license": "MIT",

@@ -31,3 +31,3 @@ "repository": {

"dependencies": {
"@bucketco/browser-sdk": "2.0.0",
"@bucketco/browser-sdk": "2.1.0",
"canonical-json": "^0.0.4"

@@ -63,3 +63,3 @@ },

},
"gitHead": "667813ae2ea159e393d0986e716b2a04899566cc"
"gitHead": "ddc690a196e83177155d2a531ca69ad115b8cdad"
}

@@ -83,2 +83,4 @@ # Bucket React SDK

- `enableTracking` (default: `true`): Set to `false` to stop sending tracking events and user/company updates to Bucket. Useful when you're impersonating a user.
## Hooks

@@ -85,0 +87,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