Socket
Socket
Sign inDemoInstall

react-select-async-paginate

Package Overview
Dependencies
81
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.7.1

dist/index.d.ts

63

package.json
{
"name": "react-select-async-paginate",
"version": "0.7.0",
"version": "0.7.1",
"description": "Wrapper above react-select that supports pagination on menu scroll",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "ts/index.d.ts",
"files": [
"/es",
"/lib",
"/ts"
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"typings": "dist/index.d.ts",
"keywords": [

@@ -24,10 +28,6 @@ "react",

"scripts": {
"clean": "rimraf es lib ts",
"build": "yarn build:cjs && yarn build:es && yarn build:ts",
"build:cjs": "cross-env BABEL_ENV=cjs babel --root-mode upward --extensions '.ts,.tsx' src --out-dir lib --ignore \"src/**/__tests__\"",
"build:es": "cross-env BABEL_ENV=es babel --root-mode upward --extensions '.ts,.tsx' src --out-dir es --ignore \"src/**/__tests__\"",
"build:ts": "tsc --declaration --emitDeclarationOnly",
"build": "tsup src/index.ts --sourcemap --format esm,cjs --dts",
"lint": "eslint src --ext .ts,.tsx --ignore-path ../../.gitignore",
"prepare": "yarn clean && yarn build",
"test:ts": "tsc -p ./tsconfig.validate.json --noEmit",
"prepare": "yarn build",
"test:ts": "tsc --noEmit",
"test:unit": "jest",

@@ -42,3 +42,2 @@ "test:unit:cov": "jest --coverage",

"dependencies": {
"@babel/runtime": "^7.19.0",
"@seznam/compose-react-refs": "^1.0.6",

@@ -50,31 +49,31 @@ "@vtaits/use-lazy-ref": "^0.1.0",

"devDependencies": {
"@babel/cli": "^7.19.3",
"@mdx-js/react": "^1.6.22",
"@storybook/addon-controls": "^6.5.12",
"@storybook/addon-docs": "^6.5.12",
"@storybook/react": "^6.5.12",
"@types/jest": "^29.1.1",
"@types/node": "^18.8.2",
"@types/react": "^18.0.21",
"@mdx-js/react": "^2.1.5",
"@storybook/addon-controls": "^6.5.14",
"@storybook/addon-docs": "^6.5.14",
"@storybook/react": "^6.5.14",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.13",
"@types/react": "^18.0.26",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"cross-env": "^7.0.3",
"eslint": "^8.24.0",
"eslint": "^8.29.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.1",
"eslint-plugin-jest": "^27.1.6",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.1.2",
"jest": "^29.3.1",
"jest-mock-console": "^2.0.0",
"react": "^18.2.0",
"react-select": "^5.4.0",
"react-select": "^5.7.0",
"react-test-renderer": "^18.2.0",
"ts-jest": "^29.0.3",
"typescript": "^4.7.4"
"tsup": "^6.5.0",
"typescript": "4.8.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc