Socket
Socket
Sign inDemoInstall

ng-table

Package Overview
Dependencies
2
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

bundles/ng-table.min.css

11

package.json
{
"name": "ng-table",
"version": "2.0.1",
"version": "2.0.2",
"author": "Vitalii Savchuk <esvit666@gmail.com>",

@@ -35,3 +35,2 @@ "license": "BSD",

"babel-preset-stage-2": "^6.13.0",
"bootstrap": "^3.3.7",
"bootstrap-css-only": "^3.3.6",

@@ -94,4 +93,2 @@ "bulk": "git+https://github.com/kumarharsh/bulk.git#68ac8daa57191f7ea79279b22b0876cf4ab19575",

"doc": "typedoc --options typedoc.json index.ts",
"predoc-serve": "npm run doc",
"doc-serve": "http-server docs -o -c-1",
"e2e-server": "http-server demo-apps -c-1",

@@ -105,6 +102,8 @@ "e2e-server:ci": "http-server demo-apps -s -c-1 &",

"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"_setup:common": "npm-run-all --parallel build tsc --serial install:demo-apps",
"preserve:api-docs": "npm run doc",
"serve:api-docs": "http-server docs -o -c-1",
"serve:demo": "cd demo-apps/es5 && npm start",
"_setup:common": "npm-run-all --parallel build:full tsc --serial install:demo-apps link:demo-apps",
"setup:ci": "npm run _setup:common",
"setup": "npm-run-all --parallel _setup:common update-webdriver",
"shrinkwrap:demo-apps": "shx ls -d demo-apps/*/ | bulk -c \"npm shrinkwrap --dev\"",
"test": "karma start --single-run --no-auto-watch",

@@ -111,0 +110,0 @@ "test:debug": "karma start --no-single-run --no-auto-watch",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc