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

react-select-event

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-select-event - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

17

package.json
{
"name": "react-select-event",
"version": "0.1.0",
"version": "1.0.0",
"description": "Simulate react-select events for react-testing-library",

@@ -17,3 +17,4 @@ "main": "lib/react-select-event.cjs.js",

"prepublishOnly": "npm run build",
"test": "jest"
"test": "jest",
"test:all-versions": "tav"
},

@@ -39,3 +40,3 @@ "repository": {

"dependencies": {
"dom-testing-library": "^4.1.0"
"dom-testing-library": "^4.1.1"
},

@@ -50,7 +51,6 @@ "devDependencies": {

"@types/jest": "^24.0.13",
"@types/react": "^16.8.18",
"@types/react-select": "^2.0.18",
"dom-testing-library": "^4.1.0",
"@types/react": "^16.8.19",
"@types/react-select": "^2.0.19",
"jest": "^24.8.0",
"jest-dom": "^3.1.3",
"jest-dom": "^3.4.0",
"prettier": "^1.17.1",

@@ -62,7 +62,8 @@ "react": "^16.8.6",

"rimraf": "^2.6.3",
"rollup": "^1.12.3",
"rollup": "^1.12.4",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-resolve": "^5.0.0",
"test-all-versions": "^4.1.0",
"typescript": "^3.4.5"
}
}

@@ -14,4 +14,5 @@ <div align="center">

[![npm version](https://badge.fury.io/js/react-select-event.svg)](https://badge.fury.io/js/react-select-event)
[![Build Status](https://travis-ci.org/romgain/react-select-event.svg?branch=master)](https://travis-ci.org/romgain/react-select-event)
[![npm version](https://badge.fury.io/js/react-select-event.svg)](https://badge.fury.io/js/react-select-event)
[![Coverage report](https://codecov.io/gh/romgain/react-select-event/branch/master/graph/badge.svg)](https://codecov.io/gh/romgain/react-select-event)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

@@ -33,2 +34,6 @@

### Supported versions of `react-select`
This library is tested against all versions of `react-select` starting from `2.1.0`.
## API

@@ -35,0 +40,0 @@

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