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

dtux-fetch

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dtux-fetch - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "dtux-fetch",
"version": "1.0.0",
"version": "1.0.1",
"description": "dtux-fetch",
"main": "index.js",
"main": "lib/index.js",
"scripts": {

@@ -7,0 +7,0 @@ "build": "rollup -c",

@@ -7,2 +7,7 @@ # dtux-fetch

## Features
- support abort.
- promise.
- global data setting.
## API

@@ -18,2 +23,3 @@

});
request({

@@ -35,2 +41,3 @@ url: 'api/test',

});
const requestPromise = request(

@@ -56,2 +63,3 @@ {

);
requestPromise

@@ -63,2 +71,3 @@ .then(checkStatus)

});
setTimeout(() => {

@@ -65,0 +74,0 @@ requestPromise.abort();

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