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

@dfeidao/atom-mobile

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfeidao/atom-mobile - npm Package Compare versions

Comparing version 4.6.201905161817 to 4.6.201905171114

2

msg/get.d.ts
/**
* @module msg服务请求
*/
export default function get<T>(url: string, body: string, disable_cache: boolean): Promise<T>;
export default function get<T>(url: string, body: object, disable_cache: boolean): Promise<T>;

@@ -29,3 +29,2 @@ "use strict";

const ret = await fetch(`${_global_1.default.host}/${generateRequestUrl(url, body, disable_cache)}`, {
body,
credentials: 'include',

@@ -32,0 +31,0 @@ headers: {

{
"name": "@dfeidao/atom-mobile",
"version": "4.6.201905161817",
"version": "4.6.201905171114",
"description": "原子操作",

@@ -5,0 +5,0 @@ "scripts": {

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