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.0 to 1.0.0-rc.1

bundles/ngx-drag-drop.umd.js

54

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

@@ -26,8 +26,8 @@ "repository": {

],
"main": "./index.js",
"main": "bundles/ngx-drag-drop.umd.js",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "npm run build:lib && ng serve",
"build": "ng build --prod",
"build:lib": "gulp build",
"build:lib": "ng-packagr -p ng-package.json",
"publish:stable": "npm publish dist",

@@ -40,15 +40,16 @@ "publish:next": "npm publish dist --tag next",

"devDependencies": {
"@angular/animations": "^4.2.3",
"@angular/cli": "1.0.6",
"@angular/common": "^4.2.0",
"@angular/compiler": "^4.2.0",
"@angular/compiler-cli": "^4.2.0",
"@angular/core": "^4.2.0",
"@angular/flex-layout": "^2.0.0-beta.8",
"@angular/forms": "^4.2.3",
"@angular/http": "^4.2.3",
"@angular/material": "^2.0.0-beta.7",
"@angular/platform-browser": "^4.2.0",
"@angular/platform-browser-dynamic": "^4.2.0",
"@angular/router": "^4.2.0",
"@angular/animations": "^4.3.6",
"@angular/cdk": "^2.0.0-beta.10",
"@angular/cli": "^1.3.2",
"@angular/common": "^4.3.6",
"@angular/compiler": "^4.3.6",
"@angular/compiler-cli": "^4.3.6",
"@angular/core": "^4.3.6",
"@angular/flex-layout": "^2.0.0-beta.9",
"@angular/forms": "^4.3.6",
"@angular/http": "^4.3.6",
"@angular/material": "^2.0.0-beta.10",
"@angular/platform-browser": "^4.3.6",
"@angular/platform-browser-dynamic": "^4.3.6",
"@angular/router": "^4.3.6",
"@types/jasmine": "2.5.38",

@@ -58,7 +59,2 @@ "@types/node": "~6.0.60",

"core-js": "^2.4.1",
"del": "^2.2.2",
"drag-drop-polyfill": "git://github.com/timruffles/ios-html5-drag-drop-shim.git#rewrite",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^2.11.0",
"jasmine-core": "~2.5.2",

@@ -72,9 +68,10 @@ "jasmine-spec-reporter": "~3.2.0",

"karma-jasmine-html-reporter": "^0.2.2",
"mobile-drag-drop": "^2.1.0",
"ng-packagr": "^1.0.1",
"protractor": "~5.1.0",
"rollup": "^0.41.6",
"run-sequence": "^1.2.2",
"rxjs": "^5.1.0",
"rxjs": "^5.4.3",
"ts-node": "~2.0.0",
"tslint": "~4.5.0",
"typescript": "~2.2.0",
"typescript": "^2.5.2",
"zone.js": "^0.8.4"

@@ -89,3 +86,6 @@ },

"node": ">=6.0.0"
}
}
},
"module": "ngx-drag-drop/ngx-drag-drop.es5.js",
"es2015": "ngx-drag-drop/ngx-drag-drop.js",
"typings": "ngx-drag-drop.d.ts"
}
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