Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@solid-primitives/props

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/props - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

12

dist/index.js

@@ -8,8 +8,8 @@ // src/index.tsx

import { createMemo, createSignal, For } from "solid-js";
var _tmpl$ = _$template(`<label><input type="checkbox"> <span></span> </label>`, 5);
var _tmpl$2 = _$template(`<label><span></span> <input type="number"> </label>`, 5);
var _tmpl$3 = _$template(`<label><span></span> <input type="text"> </label>`, 5);
var _tmpl$4 = _$template(`<label><span></span> <select></select> </label>`, 6);
var _tmpl$5 = _$template(`<option>"options missing"</option>`, 2);
var _tmpl$6 = _$template(`<option></option>`, 2);
var _tmpl$ = /* @__PURE__ */ _$template(`<label><input type="checkbox"> <span></span> </label>`, 5);
var _tmpl$2 = /* @__PURE__ */ _$template(`<label><span></span> <input type="number"> </label>`, 5);
var _tmpl$3 = /* @__PURE__ */ _$template(`<label><span></span> <input type="text"> </label>`, 5);
var _tmpl$4 = /* @__PURE__ */ _$template(`<label><span></span> <select></select> </label>`, 6);
var _tmpl$5 = /* @__PURE__ */ _$template(`<option>"options missing"</option>`, 2);
var _tmpl$6 = /* @__PURE__ */ _$template(`<option></option>`, 2);
var BoolProp = (props) => (() => {

@@ -16,0 +16,0 @@ const _el$ = _tmpl$.cloneNode(true), _el$2 = _el$.firstChild, _el$3 = _el$2.nextSibling, _el$4 = _el$3.nextSibling;

{
"name": "@solid-primitives/props",
"version": "1.0.2",
"version": "1.1.0",
"description": "Primitive that provides controllable props signals like knobs/controls",
"author": "Alex Lohr <alex.lohr@logmein.com>",
"license": "MIT",
"homepage": "https://github.com/davedbase/solid-primitives/tree/main/packages/props",
"homepage": "https://github.com/solidjs-community/solid-primitives/tree/main/packages/props",
"repository": {
"type": "git",
"url": "git+https://github.com/davedbase/solid-primitives.git"
"url": "git+https://github.com/solidjs-community/solid-primitives.git"
},

@@ -41,15 +41,14 @@ "primitive": {

"devDependencies": {
"esbuild-plugin-solid": "^0.4.1",
"jsdom": "^18.1.0",
"prettier": "^2.0.5",
"solid-register": "^0.1.1",
"solid-testing-library": "^0.2.0",
"esbuild-plugin-solid": "^0.4.2",
"jsdom": "^19.0.0",
"prettier": "^2.5.1",
"solid-register": "^0.1.5",
"tslib": "^2.3.1",
"tsup": "^5.10.1",
"tsup": "^5.11.11",
"typescript": "^4.4.3",
"uvu": "^0.5.2"
},
"dependencies": {
"solid-js": "^1.2.5"
"peerDependencies": {
"solid-js": "^1.3.0"
}
}

@@ -0,1 +1,5 @@

<p>
<img width="100%" src="https://assets.solidjs.com/banner?type=Primitives&background=tiles&project=Props" alt="Solid Primitives Props">
</p>
# @solid-primitives/props

@@ -6,2 +10,3 @@

[![size](https://img.shields.io/npm/v/@solid-primitives/props?style=for-the-badge)](https://www.npmjs.com/package/@solid-primitives/props)
[![stage](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fraw.githubusercontent.com%2Fsolidjs-community%2Fsolid-primitives%2Fmain%2Fassets%2Fbadges%2Fstage-3.json)](https://github.com/solidjs-community/solid-primitives#contribution-process)

@@ -8,0 +13,0 @@ Creates a primitive to provide props signals for simple component testing

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