New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kollegorna/cocoon-vanilla-js

Package Overview
Dependencies
Maintainers
11
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kollegorna/cocoon-vanilla-js - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

.github/release-drafter.yml

4

index.js

@@ -134,4 +134,4 @@ let cocoon_element_counter = 0;

else {
const input = btn.previousElementSibling;
if(input && input.matches('input[type=hidden]')) {
const input = nodeToDelete.querySelector('input[type=hidden][name*="[_destroy]"');
if(input) {
input.value = 1;

@@ -138,0 +138,0 @@ }

{
"name": "@kollegorna/cocoon-vanilla-js",
"version": "1.0.3",
"version": "1.0.4",
"description": "A vanilla JS replacement for (Rails) Cocoon's jQuery script",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,3 +7,3 @@ # cocoon-vanilla-js

Replace `<commit>` with the corresponding values:
Run:

@@ -10,0 +10,0 @@ ```

Sorry, the diff of this file is not supported yet

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