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

pusher-chatkit-server

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pusher-chatkit-server - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

package.json
{
"name": "pusher-chatkit-server",
"description": "Pusher ChatKit server library",
"version": "0.2.1",
"version": "0.2.2",
"main": "./target/index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -13,6 +13,3 @@ import {

import { getCurrentTimeInSeconds } from './utils';
import { ClientError } from './errors';
import { defaultCluster, cacheExpiryTolerance } from './constants';
export interface TokenWithExpiry {

@@ -19,0 +16,0 @@ token: string;

@@ -7,4 +7,2 @@ export {default as default} from './chatkit';

export * from './errors';
export * from './constants';
export * from './permissions';
export { default as default } from './chatkit';
export { UnsupportedGrantTypeError, InvalidGrantTypeError } from 'pusher-platform-node';
export * from './errors';
export * from './constants';
export * from './permissions';

@@ -11,5 +11,3 @@ "use strict";

exports.InvalidGrantTypeError = pusher_platform_node_1.InvalidGrantTypeError;
__export(require("./errors"));
__export(require("./constants"));
__export(require("./permissions"));
//# sourceMappingURL=index.js.map

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