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

@alwatr/element

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwatr/element - npm Package Compare versions

Comparing version 0.14.0 to 0.15.0

6

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# [0.14.0](https://github.com/AliMD/alwatr/compare/v0.13.0...v0.14.0) (2022-08-19)
# [0.15.0](https://github.com/AliMD/alwatr/compare/v0.14.0...v0.15.0) (2022-09-01)

@@ -15,2 +15,6 @@ **Note:** Version bump only for package @alwatr/element

# [0.14.0](https://github.com/AliMD/alwatr/compare/v0.13.0...v0.14.0) (2022-08-19)
**Note:** Version bump only for package @alwatr/element
# [0.13.0](https://github.com/AliMD/alwatr/compare/v0.12.0...v0.13.0) (2022-08-06)

@@ -17,0 +21,0 @@

6

package.json
{
"name": "@alwatr/element",
"version": "0.14.0",
"version": "0.15.0",
"description": "Elegant powerful web component (lit-element) helper mixins written in tiny TypeScript module.",

@@ -36,7 +36,7 @@ "keywords": [

"dependencies": {
"@alwatr/logger": "^0.14.0",
"@alwatr/logger": "^0.15.0",
"lit": "^2.2.2",
"tslib": "^2.3.1"
},
"gitHead": "05ead80d04053550d5ce72e9191fa2239ef4241b"
"gitHead": "785516d9da483e429ed9b79b3c6d71012c9aa822"
}

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

export declare type Constructor<ClassType = {}> = new (...args: any[]) => ClassType;
export declare type Constructor<ClassType = Record<string, unknown>> = new (...args: any[]) => ClassType;
//# sourceMappingURL=type.d.ts.map

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