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

@open-wc/testing-helpers

Package Overview
Dependencies
Maintainers
3
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-wc/testing-helpers - npm Package Compare versions

Comparing version 0.0.0-canary-2022119203910 to 0.0.0-canary-2022119204535

2

CHANGELOG.md
# Change Log
## 0.0.0-canary-2022119203910
## 0.0.0-canary-2022119204535

@@ -5,0 +5,0 @@ ### Patch Changes

{
"name": "@open-wc/testing-helpers",
"version": "0.0.0-canary-2022119203910",
"version": "0.0.0-canary-2022119204535",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

export { elementUpdated } from "./src/elementUpdated.js";
/** @deprecated please do import { html } from 'lit/static-html.js'; */
declare const deprecatedHtml: (strings: TemplateStringsArray, ...values: unknown[]) => import("lit-html").TemplateResult<1 | 2>;
declare const deprecatedHtml: (strings: TemplateStringsArray, ...values: unknown[]) => import("lit").TemplateResult<1 | 2>;
/** @deprecated please do import { unsafeStatic } from 'lit/static-html.js'; */

@@ -5,0 +5,0 @@ declare const deprecatedUnsafeStatic: (value: string) => {

export { elementUpdated } from "./src/elementUpdated.js";
import { html } from "lit-html/static";
import { unsafeStatic } from "lit-html/static";
import { html } from "lit/node_modules/lit-html/static";
import { unsafeStatic } from "lit/node_modules/lit-html/static";
export { html, unsafeStatic };

@@ -5,0 +5,0 @@ export { fixture, fixtureSync } from "./src/fixture.js";

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