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

@open-wc/scoped-elements

Package Overview
Dependencies
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-wc/scoped-elements - npm Package Compare versions

Comparing version 2.0.0-next.3 to 2.0.0-next.4

6

CHANGELOG.md
# Change Log
## 2.0.0-next.4
### Minor Changes
- 1e54d297: Use the webcomponents polyfill instead of the forked one
## 2.0.0-next.3

@@ -4,0 +10,0 @@

9

package.json
{
"name": "@open-wc/scoped-elements",
"version": "2.0.0-next.3",
"version": "2.0.0-next.4",
"publishConfig": {

@@ -46,8 +46,5 @@ "access": "public"

"@open-wc/dedupe-mixin": "^1.3.0",
"@webcomponents/scoped-custom-element-registry": "0.0.1"
"@webcomponents/scoped-custom-element-registry": "0.0.2"
},
"types": "types/index.d.ts",
"sideEffects": [
"./src/loadPolyfill.js"
]
"types": "types/index.d.ts"
}

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

import './loadPolyfill.js';
import '@webcomponents/scoped-custom-element-registry';
import { dedupeMixin } from '@open-wc/dedupe-mixin';

@@ -3,0 +3,0 @@ import { adoptStyles } from '@lit/reactive-element/css-tag.js';

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

export type ScopedElementsMixin = <T extends import("@open-wc/dedupe-mixin").Constructor<import("@lit/reactive-element").ReactiveElement>>(superclass: T) => T & import("@open-wc/dedupe-mixin").Constructor<import("./types.js").ScopedElementsHost> & typeof import("./types.js").ScopedElementsHost;
export type ScopedElementsMixin = <T extends import("@open-wc/dedupe-mixin").Constructor<import("@lit/reactive-element").ReactiveElement>>(superclass: T) => T & import("@open-wc/dedupe-mixin").Constructor<import("./types").ScopedElementsHost> & typeof import("./types").ScopedElementsHost;
/**

@@ -14,5 +14,5 @@ * @typedef {import('./types').RenderOptions} RenderOptions

*/
export function ScopedElementsMixin<T_1 extends import("@open-wc/dedupe-mixin").Constructor<HTMLElement>>(superclass: T_1): T_1 & import("@open-wc/dedupe-mixin").Constructor<import("./types.js").ScopedElementsHost>;
export type RenderOptions = import("./types.js").RenderOptions;
export type ScopedElementsHost = import("./types.js").ScopedElementsHost;
export function ScopedElementsMixin<T_1 extends import("@open-wc/dedupe-mixin").Constructor<HTMLElement>>(superclass: T_1): T_1 & import("@open-wc/dedupe-mixin").Constructor<import("./types").ScopedElementsHost>;
export type RenderOptions = import("./types").RenderOptions;
export type ScopedElementsHost = import("./types").ScopedElementsHost;
export type ScopedElementsMap = {

@@ -19,0 +19,0 @@ [key: string]: {

Sorry, the diff of this file is not supported yet

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