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

@amplitude/types

Package Overview
Dependencies
Maintainers
12
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplitude/types - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

4

dist/src/identify.d.ts

@@ -14,3 +14,5 @@ import { BaseEvent, SpecialEventType } from './baseEvent';

}
export declare type ValidPropertyType = number | string | Array<string | number>;
export declare type ValidPropertyType = number | string | Array<string | number> | {
[key: string]: ValidPropertyType;
};
interface BaseOperationConfig {

@@ -17,0 +19,0 @@ [key: string]: ValidPropertyType;

@@ -14,3 +14,5 @@ import { BaseEvent, SpecialEventType } from './baseEvent';

}
export declare type ValidPropertyType = number | string | Array<string | number>;
export declare type ValidPropertyType = number | string | Array<string | number> | {
[key: string]: ValidPropertyType;
};
interface BaseOperationConfig {

@@ -17,0 +19,0 @@ [key: string]: ValidPropertyType;

{
"name": "@amplitude/types",
"version": "1.5.2",
"version": "1.5.3",
"description": "Types for all Amplitude JavaScript SDKs",

@@ -44,3 +44,3 @@ "repository": "git://github.com/amplitude/Amplitude-Node.git",

"sideEffects": false,
"gitHead": "005c309d4a4f0e83d059105738e577c9fe97c955"
"gitHead": "baa59364b3567af99438b3985a19d15ebba09378"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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