🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@seges/angular-table-sort

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seges/angular-table-sort - npm Package Compare versions

Comparing version
1.1.2
to
1.1.3
+5
-5
package.json
{
"name": "@seges/angular-table-sort",
"version": "1.1.2",
"version": "1.1.3",
"description": "Sort component to list items in a specific order",

@@ -17,9 +17,9 @@ "main": "index.ts",

"dependencies": {
"angular": "1.6.1"
"angular": "1.6.x"
},
"devDependencies": {
"@types/angular": "1.6.3",
"tslint": "4.4.2",
"typescript": "2.1.5"
"@types/angular": "1.6.x",
"tslint": "5.1.0",
"typescript": "2.2.2"
}
}