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

@frui.ts/htmlcontrols

Package Overview
Dependencies
Maintainers
5
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frui.ts/htmlcontrols - npm Package Compare versions

Comparing version 1.0.0-alpha.14 to 1.0.0-beta.1

dist/fruits-htmlcontrols.es.js

1

dist/controls/collectionCheckbox.d.ts

@@ -0,1 +1,2 @@

/// <reference types="react" />
import type { BindingProperty, BindingTarget } from "@frui.ts/helpers";

@@ -2,0 +3,0 @@ import type { IBindingProps } from "@frui.ts/views";

25

package.json

@@ -6,3 +6,3 @@ {

},
"version": "1.0.0-alpha.14",
"version": "1.0.0-beta.1",
"description": "Plain HTML controls ready for Frui.ts integration",

@@ -26,13 +26,17 @@ "keywords": [

"license": "MIT",
"main": "dist/index.js",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"dist"
],
"main": "./dist/fruits-htmlcontrols.umd.js",
"module": "./dist/fruits-htmlcontrols.es.js",
"exports": {
".": {
"import": "./dist/fruits-htmlcontrols.es.js",
"require": "./dist/fruits-htmlcontrols.umd.js"
}
},
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"build": "tsc"
"build": "vite build && tsc --noEmit false --emitDeclarationOnly"
},

@@ -43,10 +47,11 @@ "devDependencies": {

"dependencies": {
"@frui.ts/helpers": "^1.0.0-alpha.14",
"@frui.ts/views": "^1.0.0-alpha.14",
"@frui.ts/helpers": "^1.0.0-beta.1",
"@frui.ts/views": "^1.0.0-beta.1",
"mobx-react-lite": "^2.2.2"
},
"peerDependencies": {
"mobx": "^4.0.0 || ^5.0.0",
"react": "^17.0.2"
},
"gitHead": "ea59f02314805efcededd8a9b75b62b0e656cd4e"
"gitHead": "1a7897ad15a6a5be5adc7e67725f174a1dbc6394"
}
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