Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "sveltik", | ||
"version": "0.1.10", | ||
"repository": "git@github.com:mapgrid/sveltik.git", | ||
"author": "mapgrid <noreply@mapgrid.org>", | ||
"version": "0.1.11", | ||
"repository": "git@github.com:nathancahill/sveltik.git", | ||
"author": "Nathan Cahill <nathan@nathancahill>", | ||
"svelte": "src/index.js", | ||
@@ -21,4 +21,3 @@ "module": "dist/index.mjs", | ||
"rollup": "^1.32.0", | ||
"rollup-plugin-svelte": "^5.1.1", | ||
"svelte": "^3.0.0" | ||
"rollup-plugin-svelte": "^5.1.1" | ||
}, | ||
@@ -28,3 +27,3 @@ "dependencies": { | ||
"lodash-es": "^4.0.0", | ||
"svelte": "^3.0.0" | ||
"svelte": "^3.20.1" | ||
}, | ||
@@ -31,0 +30,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# Sveltik | ||
# Sveltik ![CI](https://github.com/nathancahill/sveltik/workflows/CI/badge.svg) | ||
@@ -37,5 +37,5 @@ Forms in Svelte, inspired by [Formik](https://jaredpalmer.com/formik/). | ||
<Field type="email" name="email" /> | ||
<ErrorMessage name="email" component="div" /> | ||
<ErrorMessage name="email" as="div" /> | ||
<Field type="password" name="password" /> | ||
<ErrorMessage name="password" component="div" /> | ||
<ErrorMessage name="password" as="div" /> | ||
<button type="submit" disabled={isSubmitting}> | ||
@@ -42,0 +42,0 @@ Submit |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
432893
11
11
12326
1
Updatedsvelte@^3.20.1