Socket
Socket
Sign inDemoInstall

jest-watch-typeahead

Package Overview
Dependencies
Maintainers
8
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-watch-typeahead - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

36

package.json
{
"name": "jest-watch-typeahead",
"version": "0.6.3",
"version": "0.6.4",
"main": "build/index.js",

@@ -30,4 +30,4 @@ "author": "Rogelio Guzman <rogelioguzmanh@gmail.com>",

"chalk": "^4.0.0",
"jest-regex-util": "^26.0.0",
"jest-watcher": "^26.3.0",
"jest-regex-util": "^27.0.0",
"jest-watcher": "^27.0.0",
"slash": "^3.0.0",

@@ -42,3 +42,5 @@ "string-length": "^4.0.1",

"@babel/preset-typescript": "^7.10.4",
"@jest/types": "^26.3.0",
"@jest/types": "^27.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/jest": "^26.0.13",

@@ -49,16 +51,17 @@ "@types/node": "^14.6.4",

"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.0",
"babel-jest": "^27.0.0",
"eslint": "^7.8.1",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.0.0",
"jest": "^27.0.0",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"semantic-release": "^17.4.3",
"typescript": "^4.0.2"
},
"peerDependencies": {
"jest": "^26.0.0"
"jest": "^26.0.0 || ^27.0.0"
},

@@ -84,3 +87,20 @@ "jest": {

"node": ">=10"
},
"resolutions": {
"semantic-release/@semantic-release/github/fs-extra": "^9.0.0",
"semantic-release/@semantic-release/npm/fs-extra": "^9.0.0"
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
}
}

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

[![Build Status](https://travis-ci.org/jest-community/jest-watch-typeahead.svg?branch=master)](https://travis-ci.org/jest-community/jest-watch-typeahead) [![npm version](https://badge.fury.io/js/jest-watch-typeahead.svg)](https://badge.fury.io/js/jest-watch-typeahead)
[![Build Status](https://github.com/jest-community/jest-watch-typeahead/actions/workflows/nodejs.yml/badge.svg?branch=main)](https://github.com/jest-community/jest-watch-typeahead/actions/workflows/nodejs.yml) [![npm version](https://badge.fury.io/js/jest-watch-typeahead.svg)](https://badge.fury.io/js/jest-watch-typeahead)

@@ -3,0 +3,0 @@ <div align="center">

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