New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dragselect

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dragselect - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

docs/DragSelect.es6m.js

10

CHANGELOG.md

@@ -0,1 +1,11 @@

# 1.11.1
- Add em6 moduled files that have native `module export DragSelect` that can be used in for example:
```html
<script type="module">
import DragSelect from "path/to/DragSelect.es6m.js"
new DragSelect({...});
</script>
```
# 1.11.0

@@ -2,0 +12,0 @@

2

docs/DragSelect.js

@@ -13,3 +13,3 @@ "use strict";

// v 1.11.0
// v 1.11.1
// @ts-check

@@ -16,0 +16,0 @@

{
"name": "dragselect",
"version": "1.11.0",
"version": "1.11.1",
"description": "easy javascript drag select functionality for your projects",

@@ -11,5 +11,9 @@ "main": "./docs/ds.min.js",

"watch": "babel ./src/DragSelect.js -w -o ./docs/DragSelect.js",
"es6m": "cp ./docs/DragSelect.js ./docs/DragSelect.es6m.js && echo 'export default DragSelect;' >> ./docs/DragSelect.es6m.js",
"es6m-min": "cp ./docs/ds.min.js ./docs/ds.es6m.min.js && echo 'export default DragSelect;' >> ./docs/ds.es6m.min.js",
"build": "npm run docs && npm run transpile && npm run uglify",
"transpile": "babel ./src/DragSelect.js -o ./docs/DragSelect.js",
"posttranspile": "npm run es6m",
"uglify": "uglifyjs ./docs/DragSelect.js -o ./docs/ds.min.js",
"postuglify": "npm run es6m-min",
"docs": "jsdoc ./src/DragSelect.js ./README.md -t ./node_modules/minami -d ./docs",

@@ -16,0 +20,0 @@ "test": "jest"

@@ -52,2 +52,4 @@ ```

*Note: if you are using `<script type=module` you can use the `DragSelect.es6m.js` or `ds.es6m.min.js` files as they include `export default DragSelect`*
## npm

@@ -54,0 +56,0 @@ ```console

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

// v 1.11.0
// v 1.11.1
// @ts-check

@@ -3,0 +3,0 @@ /*

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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