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

@webex/cc-user-state

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/cc-user-state - npm Package Compare versions

Comparing version 1.28.0-eft.7 to 1.28.0-eft.8

3

dist/helper.js
"use strict";
/*
* UserState helper
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,0 +3,0 @@ exports.useUserState = void 0;

import React from 'react';
import { IUserState } from './use-state.types';
/**
* Presentational component for the User State.
*/
declare const UserStatePresentational: React.FunctionComponent<IUserState>;
export default UserStatePresentational;

@@ -7,5 +7,2 @@ "use strict";

const react_1 = __importDefault(require("react"));
/**
* Presentational component for the User State.
*/
const UserStatePresentational = (props) => {

@@ -12,0 +9,0 @@ return (react_1.default.createElement(react_1.default.Fragment, null,

6

package.json
{
"name": "@webex/cc-user-state",
"description": "Webex Contact Center Widgets: User State",
"version": "1.28.0-eft.7",
"version": "1.28.0-eft.8",
"main": "dist/index.js",

@@ -21,3 +21,3 @@ "publishConfig": {

"@r2wc/react-to-web-component": "2.0.3",
"@webex/cc-store": "1.28.0-eft.7",
"@webex/cc-store": "1.28.0-eft.8",
"mobx-react": "9.1.1",

@@ -52,3 +52,3 @@ "react": "18.3.1",

},
"stableVersion": "1.28.0-eft.6"
"stableVersion": "1.0.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