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

@ryware/ngx-drag-and-drop-lists

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ryware/ngx-drag-and-drop-lists - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

esm2022/lib/directives/dnd-draggable.mjs

80

package.json
{
"name": "@ryware/ngx-drag-and-drop-lists",
"version": "2.1.1",
"version": "2.1.2",
"private": false,
"description": "angular drag and drop component for lists",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ngx-drag-and-drop-lists",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"publish": "npm run build && cd dist/ngx-drag-and-drop-lists && npm publish --access public"
"peerDependencies": {
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.0"
},
"precommit": [
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ryware/ngx-drag-and-drop-lists.git"
},
"keywords": [
"drag-and-drop",
"angular2",
"angular4",
"angular9",
"alignment"
],
"author": "Michael Tarnortusky",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryware/ngx-drag-and-drop-lists/issues"
},
"homepage": "https://github.com/ryware/ngx-drag-and-drop-lists#readme",
"dependencies": {
"@angular/animations": "^16.1.0",
"@angular/common": "^16.1.0",
"@angular/compiler": "^16.1.0",
"@angular/core": "^16.1.0",
"@angular/forms": "^16.1.0",
"@angular/platform-browser": "^16.1.0",
"@angular/platform-browser-dynamic": "^16.1.0",
"@angular/router": "^16.1.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.4",
"@angular/cli": "~16.1.4",
"@angular/compiler-cli": "^16.1.0",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.1.3",
"connect": "^3.7.0",
"ng-packagr": "^16.0.0",
"serve-static": "^1.14.1",
"core-js": "^3.6.4",
"rxjs": "^6.5.5",
"tslint": "^6.1.1",
"zone.js": "^0.13.1",
"tslib": "^2.3.0"
"sideEffects": false,
"module": "fesm2022/ryware-ngx-drag-and-drop-lists.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ryware-ngx-drag-and-drop-lists.mjs",
"esm": "./esm2022/ryware-ngx-drag-and-drop-lists.mjs",
"default": "./fesm2022/ryware-ngx-drag-and-drop-lists.mjs"
}
}
}
}
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