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.4 to 0.6.5

7

components/ajax/src/DileAjax.js

@@ -99,5 +99,8 @@ import { LitElement, html } from 'lit';

break;
case 403:
this.dispatchError(this.translations.http_403, res.data);
break;
case 405:
this.dispatchError(this.translations.http_405, res.data);
break;
this.dispatchError(this.translations.http_405, res.data);
break;
case 413:

@@ -104,0 +107,0 @@ this.dispatchError(this.translations.http_413, res.data);

@@ -7,2 +7,3 @@ export const translations = {

http_401: "Unauthorized",
http_403: "You do not have permission to access this resource",
http_405: "Method Not Allowed",

@@ -9,0 +10,0 @@ http_413: "Content Too Large",

@@ -7,2 +7,3 @@ export const translations = {

http_401: "No autorizado",
http_403: "Acceso prohibido para el usuario autenticado",
http_405: "Método HTTP no permitido",

@@ -9,0 +10,0 @@ http_413: "Contenido enviado al servidor demasiado largo",

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

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

},
"gitHead": "7678b4a06e0e73fda2c43ca034f4c7f223e5f1cf"
"gitHead": "0109255225e86bad9a23fc314f929e3c7e199ef5"
}
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