New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dewib/dw-api

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dewib/dw-api - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [2.4.0](https://github.com/gaetansenn/dw-api/compare/v2.3.0...v2.4.0) (2022-03-10)
### Features
* inject body to delete method ([16d74e8](https://github.com/gaetansenn/dw-api/commit/16d74e833ca64ddd9c996bcd01be1b3babcdc676))
## [2.3.0](https://github.com/gaetansenn/dw-api/compare/v2.2.0...v2.3.0) (2022-01-05)

@@ -7,0 +14,0 @@

3

lib/utils/model.js

@@ -51,5 +51,6 @@ import { isObject, camelCase, isEmpty, isString, get } from 'lodash'

delete (url, { fields, queryParams, multi, headers, scope } = {}) {
delete (url, { fields, queryParams, multi, headers, scope, body = null } = {}) {
return this.handleRequest({
method: 'delete',
body,
url,

@@ -56,0 +57,0 @@ fields,

{
"name": "@dewib/dw-api",
"version": "2.3.0",
"version": "2.4.0",
"description": "Wrap all your request into one place and map your response for your needs",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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