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.14 to 0.0.15

3

lib/AxiosInstanceBuilder.js

@@ -19,4 +19,7 @@ import Axios from 'axios'

}
if(configuration.headerAuthorization) {
axiosConfig.headers.Authorization = configuration.headerAuthorization;
}
window.axiosInstance = Axios.create(axiosConfig);
}
}

4

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

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

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