Socket
Socket
Sign inDemoInstall

rqt

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

rqt - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

build/index.js

14

CHANGELOG.md

@@ -0,1 +1,9 @@

## 19 June 2018
### 1.2.0
- [feature] `returnHeaders` to fetch response headers also.
- [doc] Add jsdoc.
- [package] Build with `babel`, eslint, test context
## 1 May 2018

@@ -9,2 +17,8 @@

## 5 March 2018
### 1.0.0
- [bugfix] when parsing, use `path` instead of `pathname`
## 0.1.0 (29 May)

@@ -11,0 +25,0 @@

32

package.json
{
"name": "rqt",
"version": "1.1.0",
"version": "1.2.0",
"description": "request library",
"main": "src/index.js",
"main": "build",
"scripts": {
"test": "zoroaster test/spec",
"test-es5": "zoroaster-es5 es5/test/spec",
"test-watch": "zoroaster test/spec --watch",
"build": "bestie"
"t": "zoroaster -b",
"test": "zoroaster test/spec -b",
"test-watch": "zoroaster test/spec -b -w",
"test-build": "BABEL_ENV=test-build yarn t test/spec",
"build": "babel src --out-dir build --source-maps"
},
"engines": {
"node": ">=4"
},
"repository": {

@@ -20,4 +18,3 @@ "type": "git",

"files": [
"src",
"es5/src"
"build"
],

@@ -36,10 +33,17 @@ "keywords": [

"devDependencies": {
"bestie": "1.0.0",
"@babel/cli": "7.0.0-beta.51",
"@babel/core": "7.0.0-beta.51",
"@babel/plugin-syntax-object-rest-spread": "7.0.0-beta.51",
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.51",
"@babel/register": "7.0.0-beta.51",
"babel-plugin-transform-rename-import": "2.2.0",
"eslint": "4.19.1",
"eslint-config-artdeco": "1.0.0",
"server-destroy": "1.0.1",
"zoroaster": "1.0.1"
"zoroaster": "2.1.0"
},
"dependencies": {
"catchment": "2.0.1",
"erotic": "0.2.0"
"erotic": "1.2.1"
}
}
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