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

remix-forms

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remix-forms - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

lib/createField.js

@@ -11,3 +11,3 @@ "use strict";

return react_1.default.forwardRef(({ name, label, options, errors, value, children: childrenFn, ...props }, ref) => {
const selectChildren = (options === null || options === void 0 ? void 0 : options.length)
const selectChildren = options
? options.map(({ name, value }) => ((0, jsx_runtime_1.jsx)("option", { value: value, children: name }, String(value))))

@@ -14,0 +14,0 @@ : undefined;

{
"name": "remix-forms",
"version": "0.1.0",
"version": "0.1.1",
"description": "Magically create forms + actions in Remix!",

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

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