Socket
Socket
Sign inDemoInstall

@hdsydsvenskan/forms-utils

Package Overview
Dependencies
75
Maintainers
12
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 1.1.5

2

browser/multi-field.js

@@ -136,3 +136,3 @@ 'use strict';

$$('.field__multi', context)
.filter(item => !closestByClassWithStop(item, '.field__multi', item))
.filter(function (item) { return !closestByClassWithStop(item, '.field__multi', item); })
.forEach(initField);

@@ -139,0 +139,0 @@ };

{
"name": "@hdsydsvenskan/forms-utils",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A set of useful utilities for the forms module",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc