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

selecto

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selecto - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.editorconfig

53

package.json
{
"name": "selecto",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "0.0.1",
"description": "Selecto.js is a 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"
"start": "rollup -c -w",
"build": "rollup -c && npm run declaration && print-sizes ./dist",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json",
"doc": "rm -rf ./doc && jsdoc -c jsdoc.json",
"prerelease": "npm run build && prerelease --dirs=dist,doc",
"release": "npm run build && npm run doc && release --dirs=dist,doc",
"release:init": "npm run build && npm run doc && release -i --dirs=dist,doc"
},
"author": "",
"license": "ISC"
"keywords": [
"select",
"selecto",
"selection",
"selectable",
"moveable"
],
"repository": {
"type": "git",
"url": "git+https://github.com/daybrush/selecto.git"
},
"author": "Daybrush",
"license": "MIT",
"bugs": {
"url": "https://github.com/daybrush/selecto/issues"
},
"homepage": "https://github.com/daybrush/selecto#readme",
"dependencies": {
"@daybrush/drag": "^0.11.1",
"@daybrush/utils": "^0.10.1",
"@egjs/children-differ": "^1.0.0",
"@egjs/component": "^2.1.2",
"css-styled": "^0.1.6",
"framework-utils": "^0.2.1"
},
"devDependencies": {
"@daybrush/builder": "^0.1.2",
"@daybrush/jsdoc": "^0.3.7",
"@daybrush/release": "^0.2.4",
"daybrush-jsdoc-template": "^1.6.0",
"print-sizes": "^0.1.0",
"tslint": "^5.20.1",
"typescript": "^3.7.4"
}
}
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