@amplitude/types
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
85787
888