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

@rtd/use-suggestions

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rtd/use-suggestions - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

dist/sessionContext.d.ts

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

/// <reference types="react" />
import React from 'react';
interface SessionIdContextType {

@@ -6,3 +6,3 @@ sessionId: string;

}
export declare const SessionIdContext: import("react").Context<SessionIdContextType | undefined>;
export declare const SessionIdContext: React.Context<SessionIdContextType | undefined>;
/**

@@ -9,0 +9,0 @@ * Provider component that wraps your app and makes the session

{
"name": "@rtd/use-suggestions",
"version": "1.1.1",
"version": "1.1.2",
"main": "dist/index.js",

@@ -25,9 +25,15 @@ "types": "dist/index.d.ts",

"dependencies": {
"@types/react": "^18.3.3",
"react": "^17.0.2",
"swr": "^1.1.2",
"uuid": "^11.0.3"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"devDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
"@types/react-dom": "^17.0.0 || ^18.0.0",
"prettier": "^2.8.3",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"typescript": "^4.8.2"

@@ -38,3 +44,14 @@ },

"npm": ">=8.x"
}
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md"
]
}
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