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

@feathersjs/rest-client

Package Overview
Dependencies
Maintainers
4
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/rest-client - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

13

CHANGELOG.md
# Change Log
## [v1.4.0](https://github.com/feathersjs/rest-client/tree/v1.4.0) (2018-05-17)
[Full Changelog](https://github.com/feathersjs/rest-client/compare/v1.3.4...v1.4.0)
**Closed issues:**
- Need a way to abort requests [\#29](https://github.com/feathersjs/rest-client/issues/29)
- Pass request options to transport \(request\) [\#26](https://github.com/feathersjs/rest-client/issues/26)
**Merged pull requests:**
- Add support for passing library options in params.connection [\#30](https://github.com/feathersjs/rest-client/pull/30) ([daffl](https://github.com/daffl))
- Update dependencies to enable Greenkeeper 🌴 [\#28](https://github.com/feathersjs/rest-client/pull/28) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
## [v1.3.4](https://github.com/feathersjs/rest-client/tree/v1.3.4) (2018-03-17)

@@ -4,0 +17,0 @@ [Full Changelog](https://github.com/feathersjs/rest-client/compare/v1.3.3...v1.3.4)

2

lib/base.js

@@ -28,3 +28,3 @@ const query = require('qs');

if (typeof id !== 'undefined' && id !== null) {
url += `/${id}`;
url += `/${encodeURIComponent(id)}`;
}

@@ -31,0 +31,0 @@

{
"name": "@feathersjs/rest-client",
"description": "REST client services for different Ajax libraries",
"version": "1.4.0",
"version": "1.4.1",
"homepage": "https://github.com/feathersjs/rest-client",

@@ -72,3 +72,3 @@ "main": "lib/index.js",

"semistandard": "^12.0.0",
"shx": "^0.2.2",
"shx": "^0.3.0",
"superagent": "^3.5.2",

@@ -75,0 +75,0 @@ "uglify-js": "^3.0.24",

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