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

@based/server

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/server - npm Package Compare versions

Comparing version 2.6.2 to 2.7.0

dist/handlers/userAuth/index.d.ts

6

dist/BasedServerClient.d.ts

@@ -9,2 +9,8 @@ import { Query, SetOptions, GetOptions, GenericObject, Copy, Configuration, TrackOpts } from '@based/client';

constructor(params: Params, noAuth?: boolean);
opts: {
cluster: string;
org: string;
project: string;
env: string;
};
get state(): GenericObject;

@@ -11,0 +17,0 @@ get redis(): RedisSelvaClient;

@@ -23,2 +23,8 @@ "use strict";

constructor(params, noAuth = false) {
this.opts = {
cluster: process.env.SERVICE_SELECTOR_LIST,
org: process.env.ORG,
project: process.env.PROJECT,
env: process.env.ENV,
};
this._authorize = async (type, payload, name) => {

@@ -25,0 +31,0 @@ if (this._noAuth) {

2

package.json
{
"name": "@based/server",
"version": "2.6.2",
"version": "2.7.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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