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.56 to 0.0.57

4

components/ajax/src/DileAjax.js

@@ -59,6 +59,2 @@ import { LitElement, html } from 'lit';

this.dispatchError(res.data);
} else if (res.error === false) {
this.dispatchEvent(new CustomEvent('ajax-success', {
detail: res.data
}));
} else {

@@ -65,0 +61,0 @@ this.dispatchEvent(new CustomEvent('ajax-success', {

4

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

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

},
"gitHead": "995e1cef5db80dad3e967d4a88b26d19ae37d5cc"
"gitHead": "94712ac9226e83de457094d7874873ccc6ebcc11"
}
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