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

fetch-progress

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-progress - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.cache/03432043dfebfb679bb566d3bafbcf3f.json

6

package.json
{
"name": "fetch-progress",
"version": "1.0.0",
"version": "1.0.1",
"description": "Progress of response for fetch API",

@@ -8,3 +8,4 @@ "main": "index.js",

"dev": "parcel examples/index.html",
"build:demo": "parcel build"
"build:demo": "parcel build examples/index.html --public-url ./",
"deploy": "gh-pages -d dist"
},

@@ -16,2 +17,3 @@ "keywords": [],

"babel-plugin-transform-class-properties": "^6.24.1",
"gh-pages": "^1.1.0",
"parcel-bundler": "^1.7.0",

@@ -18,0 +20,0 @@ "preact": "^8.2.7"

@@ -1,2 +0,2 @@

# Fetch Progress
# [Fetch Progress](https://samundrak.github.io/fetch-progress)

@@ -63,3 +63,4 @@ Progress of response for fetch API.

# Demo
[Live Demo](https://samundrak.github.io/fetch-progress)
Clone this repo and run `npm i` and `npm run dev` which will start a server or you can see `examples/` folder in this repo.

Sorry, the diff of this file is not supported yet

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