@ryware/ngx-drag-and-drop-lists
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"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" | ||
} | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
192989
3
0
1524
1
30
1
2
1
- Removed@angular/animations@^16.1.0
- Removed@angular/common@^16.1.0
- Removed@angular/compiler@^16.1.0
- Removed@angular/core@^16.1.0
- Removed@angular/forms@^16.1.0
- Removed@angular/platform-browser@^16.1.0
- Removed@angular/router@^16.1.0
- Removedrxjs@~7.8.0
- Removedzone.js@~0.13.0
- Removed@angular/animations@16.2.12(transitive)
- Removed@angular/compiler@16.2.12(transitive)
- Removed@angular/forms@16.2.12(transitive)
- Removed@angular/platform-browser@16.2.12(transitive)
- Removed@angular/platform-browser-dynamic@16.2.12(transitive)
- Removed@angular/router@16.2.12(transitive)