Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@activewidgets/preact

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activewidgets/preact - npm Package Compare versions

Comparing version
0.0.10
to
0.0.11
+4
examples/README.md
# ![](viewer/preact.svg) Preact examples
coming soon...
+10
-8
{
"name": "@activewidgets/preact",
"version": "0.0.10",
"version": "0.0.11",
"description": "Datagrid component for preact",

@@ -11,3 +11,3 @@ "author": "ActiveWidgets SARL",

"dist/*/*.*",
"**/package.json",
"*/package.json",
"LICENSE",

@@ -18,3 +18,4 @@ "README.md"

"build": "rimraf dist/* && rollup -c",
"output": "npm run build && rimraf out/* && parcel build examples/**/*.html -d out",
"output": "npm run build && rimraf out/* && build-examples",
"prepack": "npm run build && rimraf out/*",
"start": "serve-examples",

@@ -24,9 +25,11 @@ "test": "npm run output && jest"

"dependencies": {
"@activewidgets/datagrid": "0.0.10",
"@activewidgets/frameworks": "0.0.10",
"@activewidgets/datagrid": "0.0.11",
"@activewidgets/frameworks": "0.0.11"
},
"peerDependencies": {
"preact": "^10"
},
"devDependencies": {
"@activewidgets/examples": "0.0.1",
"@activewidgets/options": "0.0.10",
"@activewidgets/examples": "0.0.5",
"@activewidgets/options": "0.0.11",
"@activewidgets/puppeteer": "0.0.4",

@@ -37,3 +40,2 @@ "@activewidgets/testing": "0.0.3",

"@rollup/plugin-node-resolve": "^6",
"parcel": "^1",
"postcss-import": "^12",

@@ -40,0 +42,0 @@ "rimraf": "^3",