Socket
Socket
Sign inDemoInstall

@screeb/sdk-react

Package Overview
Dependencies
6
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.8 to 0.1.9

3

dist/cjs/provider.d.ts
import * as React from "react";
import { ScreebContextValues, ScreebProviderProps } from "./types";
export declare const CONSTANTS: {
version: string;
};
export declare const ScreebProvider: React.FC<React.PropsWithChildren<ScreebProviderProps>>;
export declare const useScreebContext: () => ScreebContextValues;
import * as React from "react";
import { ScreebContextValues, ScreebProviderProps } from "./types";
export declare const CONSTANTS: {
version: string;
};
export declare const ScreebProvider: React.FC<React.PropsWithChildren<ScreebProviderProps>>;
export declare const useScreebContext: () => ScreebContextValues;

6

package.json
{
"name": "@screeb/sdk-react",
"version": "0.1.8",
"version": "0.1.9",
"description": "Screeb's browser sdk, optimized for React.",

@@ -44,3 +44,3 @@ "keywords": [

"dependencies": {
"@screeb/sdk-browser": "^0.1.14"
"@screeb/sdk-browser": "^0.1.15"
},

@@ -50,3 +50,3 @@ "devDependencies": {

"@screeb/sdk-browser": "^0.1.6",
"@screeb/typescript-config": "^0.1.9",
"@screeb/typescript-config": "^0.1.10",
"@types/jest": "^29.5.5",

@@ -53,0 +53,0 @@ "@types/node": "^20.8.4",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc