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

@based/types

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/types - npm Package Compare versions

Comparing version 2.7.3 to 2.8.0

10

dist/index.d.ts

@@ -81,3 +81,9 @@ /// <reference types="node" />

};
export declare type FunctionCallMessage = [RequestTypes.Call, string, number, any?];
export declare type FunctionCallMessage = [
RequestTypes.Call,
string,
number,
any?,
any?
];
export declare type TrackMessage = [RequestTypes.Track, TrackPayload];

@@ -164,2 +170,3 @@ export declare type RequestMessage<T = GenericObject> = [

export declare type SendTokenOptions = {
id?: string;
isBasedUser?: boolean;

@@ -173,2 +180,3 @@ isApiKey?: boolean;

};
localStorage?: boolean;
};

@@ -175,0 +183,0 @@ export declare type AnalyticsResult = {

2

package.json
{
"name": "@based/types",
"version": "2.7.3",
"version": "2.8.0",
"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