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

angular-sortablejs

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-sortablejs - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0-0

dist/index.d.ts

24

package.json
{
"name": "angular-sortablejs",
"version": "1.2.1",
"version": "1.3.0-0",
"description": "SortableJS for Angular 2+",
"main": "index.js",
"main": "./dist/index.js",
"typings": "./dist/index",
"scripts": {
"clean": "rimraf ./dist/* ./codegen/*",
"build": "tsc",
"prebuild": "npm run clean",
"build-dist": "ngc -p tsconfig-dist.json",
"prebuild-dist": "npm run clean",
"prepublish": "npm run tslint && npm run build-dist",
"tslint": "tslint ./app/**/*.ts -t verbose"

@@ -31,10 +37,9 @@ },

"dependencies": {
"@angular/common": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/forms": "^2.0.0",
"rxjs": "^5.0.0-beta.12",
"sortablejs": "^1.4.2",
"zone.js": "^0.6.17"
"sortablejs": "^1.4.2"
},
"devDependencies": {
"@angular/compiler": "^2.1.0",
"@angular/compiler-cli": "^2.1.0",
"@types/core-js": "^0.9.32",

@@ -45,5 +50,10 @@ "@types/node": "^6.0.38",

"git-validate": "^2.1.4",
"rimraf": "^2.5.2",
"rxjs": "^5.0.2",
"tslint": "^3.13.0",
"typescript": "^2.0.0"
"typescript": "2.0.3"
},
"files": [
"dist/"
],
"pre-commit": [

@@ -50,0 +60,0 @@ "tslint"

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