Socket
Socket
Sign inDemoInstall

listhen

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

listhen - npm Package Compare versions

Comparing version 0.0.4 to 0.1.0

11

CHANGELOG.md

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

## [0.1.0](https://github.com/nuxt-contrib/listhen/compare/v0.0.4...v0.1.0) (2020-12-05)
### ⚠ BREAKING CHANGES
* unsupport jest as is unstable
### Features
* unsupport jest as is unstable ([5ec0d07](https://github.com/nuxt-contrib/listhen/commit/5ec0d078facad58bfbe0843d9c75d776160cce09))
### [0.0.4](https://github.com/nuxt-contrib/listhen/compare/v0.0.3...v0.0.4) (2020-12-05)

@@ -7,0 +18,0 @@

3

dist/index.js

@@ -85,5 +85,2 @@ 'use strict';

}
if (opts.isTest && global.afterAll) {
global.afterAll(() => close());
}
}

@@ -90,0 +87,0 @@ return {

{
"name": "listhen",
"version": "0.0.4",
"version": "0.1.0",
"description": "",

@@ -5,0 +5,0 @@ "repository": "nuxt-contrib/listhen",

@@ -30,3 +30,3 @@ # 👂 listhen

✔️ Automatically close with shutdown signal and jest afterAll hook
✔️ Automatically close with process shutdown signal

@@ -144,4 +144,2 @@ ## Install

Also if `isTest` is set and `global.afterAll` is defined, will be used for zero config jest integration
### `autoCloseSignals`

@@ -148,0 +146,0 @@

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