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 3.0.0 to 3.0.1

3

build/index.js

@@ -9,3 +9,2 @@ const $rqt_aqt = require('@rqt/aqt');

module.exports.jqt = $_lib.jqt
module.exports.Session = $_lib_Session
//# sourceMappingURL=index.js.map
module.exports.Session = $_lib_Session

@@ -97,3 +97,2 @@ let aqt = require('@rqt/aqt'); if (aqt && aqt.__esModule) aqt = aqt.default;

module.exports.bqt = bqt
module.exports.srqt = srqt
//# sourceMappingURL=index.js.map
module.exports.srqt = srqt

@@ -206,3 +206,2 @@ let aqt = require('@rqt/aqt'); if (aqt && aqt.__esModule) aqt = aqt.default;

module.exports = Session
//# sourceMappingURL=Session.js.map
module.exports = Session

@@ -0,1 +1,8 @@

## 16 November 2018
### 3.0.1
- [dep-fix] Update `aqt` to have required dependencies.
- [build] Build without source maps.
## 20 June 2018

@@ -2,0 +9,0 @@

{
"name": "rqt",
"version": "3.0.0",
"description": "request library",
"version": "3.0.1",
"description": "Easy-To-Use Request Library That Supports String, JSON And Buffer Requests, GZip Compression And Session Maintenance.",
"main": "build",

@@ -16,3 +16,3 @@ "scripts": {

"lint": "eslint .",
"b": "alamode src -o build",
"b": "alamode src -o build -s",
"build": "yarn-s d b doc",

@@ -32,2 +32,6 @@ "example/rqt.js": "node example example/rqt.js"

"session",
"json",
"form",
"post",
"get",
"cookies",

@@ -42,7 +46,7 @@ "http",

},
"homepage": "https://github.com/rqt/rqt#readme",
"homepage": "https://rqt.biz",
"devDependencies": {
"@idio/core": "1.0.2",
"@wrote/read": "1.0.0",
"alamode": "1.5.1",
"alamode": "1.6.0",
"documentary": "1.20.1",

@@ -52,7 +56,7 @@ "eslint-config-artdeco": "1.0.1",

"yarn-s": "1.1.0",
"zoroaster": "3.5.1"
"zoroaster": "3.6.6"
},
"dependencies": {
"@rqt/aqt": "1.1.2"
"@rqt/aqt": "1.1.3"
}
}
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