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

@activewidgets/html

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activewidgets/html - npm Package Compare versions

Comparing version
3.1.0
to
3.1.1
+1
-1
dist/esm/bundle.js
/**
* @activewidgets/html/bundle 3.1.0
* @activewidgets/html/bundle 3.1.1
* Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved.

@@ -4,0 +4,0 @@ * This code is licensed under the MIT license found in the

/**
* @activewidgets/html/css 3.1.0
* @activewidgets/html/css 3.1.1
* Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved.

@@ -4,0 +4,0 @@ * This code is licensed under the MIT license found in the

/**
* @activewidgets/html/js 3.1.0
* @activewidgets/html/js 3.1.1
* Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved.

@@ -4,0 +4,0 @@ * This code is licensed under the MIT license found in the

/**
* @activewidgets/html 3.1.0
* @activewidgets/html 3.1.1
* Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved.

@@ -4,0 +4,0 @@ * This code is licensed under the MIT license found in the

/**
* @activewidgets/html/bundle 3.1.0
* @activewidgets/html/bundle 3.1.1
* Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved.

@@ -4,0 +4,0 @@ * This code is licensed under the MIT license found in the

/**
* @activewidgets/html/css 3.1.0
* @activewidgets/html/css 3.1.1
* Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved.

@@ -4,0 +4,0 @@ * This code is licensed under the MIT license found in the

/**
* @activewidgets/html/js 3.1.0
* @activewidgets/html/js 3.1.1
* Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved.

@@ -4,0 +4,0 @@ * This code is licensed under the MIT license found in the

/**
* @activewidgets/html 3.1.0
* @activewidgets/html 3.1.1
* Copyright (C) 2022 ActiveWidgets SARL. All Rights Reserved.

@@ -4,0 +4,0 @@ * This code is licensed under the MIT license found in the

{
"name": "@activewidgets/html",
"version": "3.1.0",
"version": "3.1.1",
"description": "Datagrid component (html custom elements)",

@@ -24,4 +24,4 @@ "author": "ActiveWidgets SARL",

"dependencies": {
"@activewidgets/datagrid": "3.1.0",
"@activewidgets/frameworks": "3.1.0",
"@activewidgets/datagrid": "3.1.1",
"@activewidgets/frameworks": "3.1.1",
"htm": "3.1.0",

@@ -31,4 +31,4 @@ "preact": "10.4.4"

"devDependencies": {
"@activewidgets/examples": "0.0.12",
"@activewidgets/options": "3.1.0",
"@activewidgets/examples": "0.0.13",
"@activewidgets/options": "3.1.1",
"@activewidgets/puppeteer": "0.0.6",

@@ -35,0 +35,0 @@ "@babel/core": "^7",

@@ -57,3 +57,3 @@

[Live example](https://html.activewidgets.com/examples/local/hello-world/) | [Source on github](https://github.com/activewidgets/html/tree/master/examples/hello-world) | [Edit on Codesandbox](https://codesandbox.io/s/github/activewidgets/html/tree/master/examples/hello-world)
[Live example](https://html.activewidgets.com/hello-world/) | [Source on github](https://github.com/activewidgets/html/tree/master/examples/hello-world) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/html/tree/master/examples/hello-world?file=src/index.js)

@@ -69,3 +69,3 @@

[Live example](https://html.activewidgets.com/examples/local/cdn-es5/) | [Source on github](https://github.com/activewidgets/html/tree/master/examples/cdn-es5) | [Edit on Codesandbox](https://codesandbox.io/s/github/activewidgets/html/tree/master/examples/cdn-es5)
[Live example](https://html.activewidgets.com/examples/local/cdn-es5/) | [Source on github](https://github.com/activewidgets/html/tree/master/examples/cdn-es5) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/html/tree/master/examples/cdn-es5)

@@ -100,3 +100,3 @@

[Live example](https://html.activewidgets.com/examples/local/columns/) | [Source on github](https://github.com/activewidgets/html/tree/master/examples/columns) | [Edit on Codesandbox](https://codesandbox.io/s/github/activewidgets/html/tree/master/examples/columns)
[Live example](https://html.activewidgets.com/columns/) | [Source on github](https://github.com/activewidgets/html/tree/master/examples/columns) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/html/tree/master/examples/columns?file=src/index.js)

@@ -122,3 +122,3 @@

[Live example](https://html.activewidgets.com/examples/local/events/) | [Source on github](https://github.com/activewidgets/html/tree/master/examples/events) | [Edit on Codesandbox](https://codesandbox.io/s/github/activewidgets/html/tree/master/examples/events)
[Live example](https://html.activewidgets.com/events/) | [Source on github](https://github.com/activewidgets/html/tree/master/examples/events) | [Edit on stackblitz](https://stackblitz.com/github/activewidgets/html/tree/master/examples/events?file=src/index.js)

@@ -125,0 +125,0 @@ When assigning an event handler, note that the event data is passed in the `event.detail` property (we are using DOM CustomEvent class).