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

ngx-drag-drop

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-drag-drop - npm Package Compare versions

Comparing version 1.0.0-rc.3 to 1.0.0

4

package.json
{
"name": "ngx-drag-drop",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"description": "Angular directives using the native HTML Drag And Drop API",

@@ -31,3 +31,3 @@ "repository": {

"workaround": "rm -rf node_modules/ngx-drag-drop && cp -R dist node_modules/ngx-drag-drop",
"build": "ng build --prod --build-optimizer",
"build:docs": "ng build --prod --build-optimizer",
"build:lib": "ng-packagr -p ng-package.json",

@@ -34,0 +34,0 @@ "publish:stable": "npm publish dist",

@@ -7,4 +7,6 @@ [![npm](https://img.shields.io/npm/v/ngx-drag-drop.svg)](https://www.npmjs.com/package/ngx-drag-drop)

[_Demo_](https://github.com/reppners/ngx-drag-drop)
[_Demo_](https://reppners.github.io/ngx-drag-drop/)
`npm install ngx-drag-drop@next --save`
**Angular directives for declarative drag and drop using the HTML5 Drag-And-Drop API**

@@ -19,7 +21,5 @@

* custom CSS classes
* touch support by using a [polyfill](https://github.com/timruffles/ios-html5-drag-drop-shim/tree/rewrite)
* touch support by using a [polyfill](https://github.com/timruffles/ios-html5-drag-drop-shim)
* [AOT](https://angular.io/guide/aot-compiler) compatible
Install with `npm install ngx-drag-drop@next --save`
Port of [angular-drag-drop-lists](https://github.com/marceljuenemann/angular-drag-and-drop-lists) but without the lists :wink:

@@ -307,3 +307,3 @@

* build docs site with `npm run build`
* build docs site with `npm run build:docs`
* commit and push changes in `docs` to `master`
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