@solid-primitives/props
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21281
8
99
438
- Removedsolid-js@^1.2.5