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

@dile/crud

Package Overview
Dependencies
Maintainers
0
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dile/crud - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

8

lib/AxiosInstanceBuilder.js

@@ -13,4 +13,2 @@ import Axios from 'axios'

},
withCredentials: configuration.withCredentials || false,
withXSRFToken: configuration.withXSRFToken || false,
}

@@ -20,2 +18,8 @@ if(configuration.baseURL) {

}
if(configuration.withCredentials) {
axiosConfig.withCredentials = true;
}
if(configuration.withXSRFToken) {
axiosConfig.withXSRFToken = true;
}
if(configuration.headerAuthorization) {

@@ -22,0 +26,0 @@ axiosConfig.headers.Authorization = configuration.headerAuthorization;

{
"name": "@dile/crud",
"version": "0.0.15",
"version": "0.0.16",
"description": "Components to create a generic crud system based on Web Components and Lit",

@@ -34,3 +34,3 @@ "main": "index.js",

},
"gitHead": "2bf53b43915b8fb63871defa828896d6d785bc14"
"gitHead": "bc1a31cc73b014d10cdf1389b4fe71447e3b18f0"
}
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