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
2
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.7.25 to 0.8.0

src/elementUpdated.js

11

CHANGELOG.md

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

# [0.8.0](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@0.7.25...@open-wc/testing-helpers@0.8.0) (2019-03-23)
### Features
* add types + linting & improve intellisense ([b6d260c](https://github.com/open-wc/open-wc/commit/b6d260c))
## [0.7.25](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@0.7.24...@open-wc/testing-helpers@0.7.25) (2019-03-20)

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

14

index-no-side-effects.js

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

export { html, unsafeStatic } from './lit-html.js';
export { html, unsafeStatic } from './src/lit-html.js';
export {

@@ -10,7 +10,7 @@ triggerBlurFor,

nextFrame,
} from './helpers.js';
export { litFixture, litFixtureSync } from './litFixture.js';
export { stringFixture, stringFixtureSync } from './stringFixture.js';
export { fixture, fixtureSync } from './fixture-no-side-effect.js';
export { cachedWrappers, fixtureWrapper, fixtureCleanup } from './fixtureWrapper.js';
export { elementUpdated } from './elementUpdated.js';
} from './src/helpers.js';
export { litFixture, litFixtureSync } from './src/litFixture.js';
export { stringFixture, stringFixtureSync } from './src/stringFixture.js';
export { fixture, fixtureSync } from './src/fixture-no-side-effect.js';
export { cachedWrappers, fixtureWrapper, fixtureCleanup } from './src/fixtureWrapper.js';
export { elementUpdated } from './src/elementUpdated.js';

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

export { html, unsafeStatic } from './lit-html.js';
export { html, unsafeStatic } from './src/lit-html.js';
export {

@@ -10,7 +10,7 @@ triggerBlurFor,

nextFrame,
} from './helpers.js';
export { litFixture, litFixtureSync } from './litFixture.js';
export { stringFixture, stringFixtureSync } from './stringFixture.js';
export { fixture, fixtureSync } from './fixture.js';
export { cachedWrappers, fixtureWrapper, fixtureCleanup } from './fixtureWrapper.js';
export { elementUpdated } from './elementUpdated.js';
} from './src/helpers.js';
export { litFixture, litFixtureSync } from './src/litFixture.js';
export { stringFixture, stringFixtureSync } from './src/stringFixture.js';
export { fixture, fixtureSync } from './src/fixture.js';
export { cachedWrappers, fixtureWrapper, fixtureCleanup } from './src/fixtureWrapper.js';
export { elementUpdated } from './src/elementUpdated.js';
{
"name": "@open-wc/testing-helpers",
"version": "0.7.25",
"version": "0.8.0",
"description": "Testing Helpers following open-wc recommendations",

@@ -16,2 +16,8 @@ "author": "open-wc",

},
"module": "index.js",
"files": [
"src",
"index.js",
"index-no-side-effects.js"
],
"scripts": {

@@ -30,4 +36,4 @@ "test": "karma start",

"@bundled-es-modules/chai": "^4.2.0",
"@open-wc/testing-karma": "^0.4.14",
"@open-wc/testing-karma-bs": "^0.2.15",
"@open-wc/testing-karma": "^0.4.15",
"@open-wc/testing-karma-bs": "^0.2.16",
"@open-wc/testing-wallaby": "^0.1.11",

@@ -39,3 +45,3 @@ "lit-html": "^1.0.0",

},
"gitHead": "6e6b6e3759e20ff16035f30a3db9e0251d83560e"
"gitHead": "a07b05ebc052791ad3b3075d5439016de3c059ed"
}
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