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.29 to 0.0.30

4

components/update/src/DileCrudUpdate.js

@@ -5,4 +5,5 @@ import { LitElement, html, css } from 'lit';

import { ResponseApiAdapter } from '../../../lib/ResponseApiAdapter.js';
import { DileI18nMixin } from '../../../lib/DileI18nMixin.js';
export class DileCrudUpdate extends LitElement {
export class DileCrudUpdate extends DileI18nMixin(LitElement) {
static styles = [

@@ -58,2 +59,3 @@ formStyles,

formIdentifier="${this.formIdentifier}"
language="${this.language}"
>

@@ -60,0 +62,0 @@ ${this.formTemplate()}

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

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

},
"gitHead": "a4cb7a3e2ef94fd08ad3bbcf9c560d350b0577b0"
"gitHead": "96692014323213826518042dd3b3a4e135f030cd"
}
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