Socket
Socket
Sign inDemoInstall

@heimdallr-sdk/utils

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heimdallr-sdk/utils - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

2

esm/request.d.ts

@@ -5,3 +5,3 @@ import { IAnyObject, MethodTypes } from '@heimdallr-sdk/types';

export declare function post(url: string, data: IAnyObject): Promise<any>;
export declare function xhr(method: MethodTypes, url: string, data: string | FormData): Promise<any>;
export declare function xhr(method: MethodTypes, url: string, data: any): Promise<any>;
export declare function imgRequest(url: string, data: IAnyObject): void;
{
"name": "@heimdallr-sdk/utils",
"version": "0.0.17",
"version": "0.0.18",
"description": "@heimdallr-sdk/utils",

@@ -32,5 +32,5 @@ "license": "MIT",

"dependencies": {
"@heimdallr-sdk/types": "^0.0.14"
"@heimdallr-sdk/types": "^0.0.15"
},
"gitHead": "0aaed8774dd475fdaf034e1d2d5c9c1dc6d1c977"
"gitHead": "0b5595ecb6713da6f45bb1ace59299ee98892201"
}
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