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

jest-svelte-events

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-svelte-events - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

14

CHANGELOG.md

@@ -5,2 +5,16 @@ # Changelog

### [1.0.3](https://github.com/mihar-22/jest-svelte-events/compare/v1.0.2...v1.0.3) (2019-12-12)
### Bug Fixes
* remove import from types ([6afb7c7](https://github.com/mihar-22/jest-svelte-events/commit/6afb7c724332e453003eaba32b5917f37a7fad79))
### [1.0.2](https://github.com/mihar-22/jest-svelte-events/compare/v1.0.1...v1.0.2) (2019-12-12)
### Bug Fixes
* remove listeners from global space ([9c6e67f](https://github.com/mihar-22/jest-svelte-events/commit/9c6e67fc101a6464cf5088c59dfcd3358392645a))
### 1.0.1 (2019-12-12)

4

extend-expect.d.ts
import { SvelteComponent } from 'svelte/types/runtime'
declare function listen<T extends SvelteComponent>(component: T, event: string | string[])
declare namespace jest {
function listen<T extends SvelteComponent>(component: T, event: string | string[])
interface Matchers<R, T> {

@@ -7,0 +7,0 @@ toHaveFiredEvent(event: string): R

{
"name": "jest-svelte-events",
"version": "1.0.1",
"version": "1.0.3",
"description": "Custom Jest matchers to test Svelte events",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

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