Socket
Socket
Sign inDemoInstall

@open-wc/semantic-dom-diff

Package Overview
Dependencies
Maintainers
2
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-wc/semantic-dom-diff - npm Package Compare versions

Comparing version 0.17.5 to 0.17.6

8

CHANGELOG.md

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

## [0.17.6](https://github.com/open-wc/open-wc/compare/@open-wc/semantic-dom-diff@0.17.5...@open-wc/semantic-dom-diff@0.17.6) (2020-04-05)
**Note:** Version bump only for package @open-wc/semantic-dom-diff
## [0.17.5](https://github.com/open-wc/open-wc/compare/@open-wc/semantic-dom-diff@0.17.4...@open-wc/semantic-dom-diff@0.17.5) (2020-03-19)

@@ -8,0 +16,0 @@

6

package.json
{
"name": "@open-wc/semantic-dom-diff",
"version": "0.17.5",
"version": "0.17.6",
"publishConfig": {

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

"devDependencies": {
"@open-wc/testing-helpers": "^1.6.2",
"@open-wc/testing-helpers": "^1.7.0",
"chai": "^4.2.0",

@@ -36,3 +36,3 @@ "mocha": "^6.2.2"

"module": "index.js",
"gitHead": "a67b30a5c3cea16fa08cf76c08439d7eabf53f1e"
"gitHead": "b26f78a0628d1bf1d6cbb0fa1df8d1f680b1a5fd"
}

@@ -135,3 +135,3 @@ # Semantic Dom Diff

describe('my-message', () => {
it('renders message foo correctly', () => {
it('renders message foo correctly', async () => {
const element = await fixture(`

@@ -144,3 +144,3 @@ <my-message message="Foo"></my-element>

it('renders message bar correctly', () => {
it('renders message bar correctly', async () => {
const element = await fixture(`

@@ -153,3 +153,3 @@ <my-message message="Bar"></my-element>

it('renders a capitalized message correctly', () => {
it('renders a capitalized message correctly', async () => {
const element = await fixture(`

@@ -162,3 +162,3 @@ <my-message message="Bar" capitalized></my-element>

it('allows rendering a message from a slot', () => {
it('allows rendering a message from a slot', async () => {
const element = await fixture(`

@@ -165,0 +165,0 @@ <my-message capitalized>Bar</my-element>

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