🎩 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.0
to
1.1.1
+5
-7
package.json
{
"name": "@seges/angular-table-sort",
"version": "1.1.0",
"version": "1.1.1",
"description": "Sort component to list items in a specific order",
"main": "index.ts",
"scripts": {
"postinstall": "typings install"
},
"scripts": {},
"repository": {

@@ -22,6 +20,6 @@ "type": "git",

"devDependencies": {
"tslint": "3.15.1",
"typescript": "1.8.10",
"typings": "1.4.0"
"@types/angular": "^1.5.23",
"tslint": "4.3.1",
"typescript": "2.1.5"
}
}

@@ -1,2 +0,2 @@

import "angular";
import * as angular from "angular";

@@ -6,3 +6,3 @@ const template = require<string>("./tableSort.html");

export var tableSortModule = "seges.regnet.components.tableSort";
export const tableSortModule = "seges.regnet.components.tableSort";

@@ -9,0 +9,0 @@ export class TableSort implements ng.IComponentOptions {

{
"globalDependencies": {
"angular": "registry:dt/angular#1.5.0+20160922195358"
}
}