Socket
Socket
Sign inDemoInstall

@open-wc/dedupe-mixin

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-wc/dedupe-mixin - npm Package Compare versions

Comparing version 1.2.17 to 1.2.18

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.2.18](https://github.com/open-wc/open-wc/compare/@open-wc/dedupe-mixin@1.2.17...@open-wc/dedupe-mixin@1.2.18) (2020-07-08)
### Bug Fixes
* **dedupe-mixin:** remove Constructor generic type default value ([84d7f6b](https://github.com/open-wc/open-wc/commit/84d7f6b89c659d8f1296ca13cc53cd5353f8907f))
## [1.2.17](https://github.com/open-wc/open-wc/compare/@open-wc/dedupe-mixin@1.2.16...@open-wc/dedupe-mixin@1.2.17) (2020-04-20)

@@ -8,0 +19,0 @@

4

index.d.ts

@@ -1,3 +0,3 @@

export declare type Constructor<T = {}> = new (...args: any[]) => T;
export declare type Constructor<T> = new (...args: any[]) => T;
export declare function dedupeMixin<T extends (s: Constructor) => any>(mixin: T): T;
export declare function dedupeMixin<T extends (s: Constructor<any>) => any>(mixin: T): T;
{
"name": "@open-wc/dedupe-mixin",
"version": "1.2.17",
"version": "1.2.18",
"publishConfig": {

@@ -38,3 +38,3 @@ "access": "public"

"sideEffects": false,
"gitHead": "b77a9f4b56caad5026d2c8b4059aecc521ccaf0f"
"gitHead": "72c70d66fcc65b6395442a177a1a5220d261e8bf"
}

@@ -0,1 +1,9 @@

---
permalink: 'guide/dedupe-mixin.html'
title: Dedupe Mixin
section: guides
tags:
- guides
---
# Dedupe Mixin

@@ -210,13 +218,1 @@

_Ascii Graphics made with [AsciiFlow](http://asciiflow.com/)_
<script>
export default {
mounted() {
const editLink = document.querySelector('.edit-link a');
if (editLink) {
const url = editLink.href;
editLink.href = url.substr(0, url.indexOf('/master/')) + '/master/packages/dedupe-mixin/README.md';
}
}
}
</script>
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