@leancloud/adapter-types
Advanced tools
Comparing version 4.0.0 to 5.0.0
{ | ||
"name": "@leancloud/adapter-types", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "Type definitions for adaptors", | ||
@@ -20,3 +20,3 @@ "author": "Lee Yeh <lee55962698@gmail.com>", | ||
}, | ||
"gitHead": "6b691995e57e82cae7a22bd0104bf0cab3e6f12e" | ||
"gitHead": "4363e7a6df8531fd6f345080fdfb2da838ab84ec" | ||
} |
@@ -24,4 +24,4 @@ export interface PlatformInfo { | ||
readonly aborted: boolean; | ||
onabort: () => any; | ||
addEventListener: (type: string, listener: () => any) => any; | ||
removeEventListener: (type: string, listener: () => any) => any; | ||
} | ||
@@ -28,0 +28,0 @@ export interface RequestOptions { |
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
3966
1