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

@leancloud/adapter-types

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leancloud/adapter-types - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

4

package.json
{
"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 {

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