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

chunked-request

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chunked-request - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

lib/entry.js

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [0.2.1] - 26/03/2016
### Added
- Standalone browser artifact (fixes #4)
## [0.2.0] - 26/03/2016

@@ -2,0 +6,0 @@ ### Added

5

package.json
{
"name": "chunked-request",
"version": "0.2.0",
"version": "0.2.1",
"main": "lib/index.js",

@@ -15,3 +15,4 @@ "jsnext:main": "src/index.js",

"test": "npm run lint && npm run test:integ",
"test:integ": "npm run build:integ && ./run-karma.sh --single-run"
"test:integ": "npm run build:integ && ./run-karma.sh --single-run",
"release": "./release.sh ${npm_package_version}"
},

@@ -18,0 +19,0 @@ "devDependencies": {

@@ -10,2 +10,11 @@ # chunked-request

## Installation
via npm as an ES5/ES6 module:
```bash
$ npm install chunked-request
```
or as a standalone ES5 browser script by obtaining `dist/chunked-request.js` from a [tagged release](https://github.com/jonnyreeves/chunked-request/releases).
## API

@@ -12,0 +21,0 @@

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