Socket
Socket
Sign inDemoInstall

react-cancelable

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cancelable - npm Package Compare versions

Comparing version 0.0.1-alpha.0 to 0.0.1-alpha.1

12

package.json
{
"name": "react-cancelable",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"main": "./lib/cjs/index.js",

@@ -8,4 +8,5 @@ "module": "./lib/esm/index.js",

"license": "MIT",
"keywords": ["cancelable", "request", "hooks", "react"],
"description": "Make cancelable requests with react-hooks",
"author": "Vladyslav Ohirenko <aguretsvlad@gmail.com",
"author": "Vladyslav Ohirenko <aguretsvlad@gmail.com>",
"homepage": "https://vladagurets.github.io/react-cancelable/",

@@ -16,2 +17,6 @@ "repository": {

},
"bugs": {
"url" : "https://github.com/vladagurets/react-cancelable/issues",
"email" : "aguretsvlad@gmail.com"
},
"scripts": {

@@ -26,4 +31,3 @@ "start": "yarn build && (cd example && yarn start)",

"pub:alpha": "npm publish --tag alpha",
"pub:npm": "npm publish",
"pub:yarn": "yarn publish"
"pub": "npm publish"
},

@@ -30,0 +34,0 @@ "peerDependencies": {

@@ -7,2 +7,11 @@ <h1 align="center">react-cancelable<i>(alpha)</i></h1>

[![version][npm-version-badge]][npm-url]
<!-- [![downloads][total-downloads-badge]][npm-url] -->
[npm-url]: https://www.npmjs.com/package/react-cancelable
[npm-version-badge]: https://badge.fury.io/js/react-cancelable.svg
[total-downloads-badge]: https://img.shields.io/npm/dt/react-cancelable.svg
<br />
# Table of Contents

@@ -408,3 +417,3 @@

// Make requests
new Array(100).fill(0).forEach(() => { cancelable(makeRequest, controller }))
new Array(100).fill(0).forEach(() => { cancelable(makeRequest, controller) } )

@@ -411,0 +420,0 @@ setTimeout(() => {

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