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.6.3 to 0.6.4

3

components/ajax-form/src/DileAjaxForm.js

@@ -73,2 +73,3 @@ import { LitElement, html, css } from 'lit';

cancelIcon: { type: Object },
disableClearAfterInsert: { type: Boolean },
};

@@ -252,3 +253,3 @@ }

this.feedback.positiveFeedbackWithDelay(msg, 5000);
if(this.operation == 'insert') {
if(this.operation == 'insert' && !this.disableClearAfterInsert) {
this.clearForm();

@@ -255,0 +256,0 @@ }

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

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

},
"gitHead": "4d0563cfb9fc1356ab051c4edd273678d49e4c67"
"gitHead": "7678b4a06e0e73fda2c43ca034f4c7f223e5f1cf"
}
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