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

@based/server

Package Overview
Dependencies
Maintainers
0
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 9.1.0 to 9.1.1

7

dist/server.js

@@ -147,5 +147,6 @@ import { isClientContext, } from '@based/functions';

this.auth = new BasedAuth(this, opts.auth);
let restPath = '1' +
(~~(Math.random() * 99999999)).toString(16) +
(~~(Math.random() * 99999999)).toString(16);
let restPath = '148e7ba428e4dbd';
// '1' +
// (~~(Math.random() * 99999999)).toString(16) +
// (~~(Math.random() * 99999999)).toString(16)
this.restFallbackPath = restPath;

@@ -152,0 +153,0 @@ if (opts.client) {

{
"name": "@based/server",
"version": "9.1.0",
"version": "9.1.1",
"license": "MIT",

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

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