Socket
Socket
Sign inDemoInstall

react-selecto

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-selecto - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

declaration/consts.d.ts

59

package.json
{
"name": "react-selecto",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "0.0.1",
"description": "A React Component that allows you to select elements in the drag area using the mouse or touch.",
"main": "./dist/selecto.cjs.js",
"module": "./dist/selecto.esm.js",
"sideEffects": false,
"types": "declaration/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "tslint -c tslint.json 'src/react-selecto/**/*.ts' 'src/react-selecto/**/*.tsx'",
"start": "react-scripts start",
"build": "rollup -c && npm run declaration && print-sizes ./dist ",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json"
},
"author": "",
"license": "ISC"
"keywords": [
"select",
"selecto",
"selection",
"selectable",
"moveable",
"react"
],
"repository": {
"type": "git",
"url": "https://github.com/daybrush/selecto/blob/master/packages/react-selecto"
},
"author": "Daybrush",
"license": "MIT",
"bugs": {
"url": "https://github.com/daybrush/selecto/issues"
},
"homepage": "https://daybrush.com/selecto",
"devDependencies": {
"@daybrush/builder": "^0.1.2",
"@types/react-dom": "^16.9.4",
"print-sizes": "0.0.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1",
"tslint": "^5.16.0",
"typescript": "^3.4.5"
},
"dependencies": {
"selecto": "0.0.12"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
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