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

sveltik

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sveltik - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

LICENSE

11

package.json
{
"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

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