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

@forter/helpers

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/helpers - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0

3

mixins/light-dom-mixin.js
/**
* Will force creation of element with light dom
* Overrides the `createRenderRoot` method on UpdatingElement to prevent creating a shadow root.
* Useful when you want your element to render to it's light DOM, without using shadow DOM.
*

@@ -4,0 +5,0 @@ * @mixinFunction

{
"name": "@forter/helpers",
"version": "1.0.0-alpha.2",
"version": "1.0.0",
"description": "Helpers for Forter Components",

@@ -8,3 +8,3 @@ "main": "index.js",

"scripts": {
"build": "rollup -c",
"build": "npx rollup -c",
"clean": "sh ../../scripts/clean.sh",

@@ -46,12 +46,6 @@ "link": "npm link",

"dependencies": {
"lit-element": "^2.1.0",
"lit-html": "^1.0.0"
},
"devDependencies": {
"rollup": "^1.4.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-lit-css": "^2.0.0",
"rollup-plugin-node-resolve": "^4.0.1"
},
"gitHead": "f437218a1c8b8a6666ce17cf8e690e9b081bd0c8"
"gitHead": "e1ce672b1ba3e7716d9918c70c6035d5198a1020"
}
/**
* Will force creation of element with light dom
* Overrides the `createRenderRoot` method on UpdatingElement to prevent creating a shadow root.
* Useful when you want your element to render to it's light DOM, without using shadow DOM.
*

@@ -4,0 +5,0 @@ * @mixinFunction

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

import { LitElement } from 'lit-element';
import { expect, defineCE, fixture, html } from '@open-wc/testing';
import { LitElement, html } from 'lit-element';
import { expect, defineCE, fixture } from '@open-wc/testing';

@@ -4,0 +4,0 @@ import { LightDomMixin } from './light-dom-mixin';

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