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

@knocklabs/react-core

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knocklabs/react-core - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

8

CHANGELOG.md
# Changelog
## 0.2.4
### Patch Changes
- bc69618: Add react-native to package.json files to fix a bug in our React Native SDK
- Updated dependencies [bc69618]
- @knocklabs/client@0.9.3
## 0.2.3

@@ -4,0 +12,0 @@

6

package.json

@@ -5,3 +5,3 @@ {

"author": "@knocklabs",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",

@@ -12,2 +12,3 @@ "main": "dist/cjs/index.js",

"typings": "dist/types/index.d.ts",
"react-native": "./src/index.ts",
"exports": {

@@ -18,2 +19,3 @@ ".": {

"types": "./dist/types/index.d.ts",
"react-native": "./src/index.ts",
"default": "./dist/cjs/index.js"

@@ -51,3 +53,3 @@ }

"dependencies": {
"@knocklabs/client": "^0.9.2",
"@knocklabs/client": "^0.9.3",
"@tanstack/react-query": "^5.18.1",

@@ -54,0 +56,0 @@ "date-fns": "^3.3.1",

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