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

sveltekit-superforms

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sveltekit-superforms - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

20

dist/client/index.js

@@ -137,15 +137,15 @@ import { enhance, applyAction } from '$app/forms';

options = { ...defaultFormOptions, ...options };
/*
if (options.flashMessage && !flashLibrary) {
try {
import('sveltekit-flash-message/client')
.then((flash) => (flashLibrary = flash))
.catch(function () {
try {
const lib = ['sveltekit-flash-message', 'client'];
import(lib.join('/'))
.then((flash) => (flashLibrary = flash))
.catch(function () {
//
});
}
catch {
//
});
} catch {
//
}
}
}
*/
function emptyForm() {

@@ -152,0 +152,0 @@ return {

{
"name": "sveltekit-superforms",
"version": "0.5.2",
"version": "0.5.3",
"author": "Andreas Söderlund <ciscoheat@gmail.com> (https://blog.encodeart.dev)",

@@ -5,0 +5,0 @@ "description": "Supercharge your SvelteKit forms with this powerhouse of a library!",

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