🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@activewidgets/angular

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activewidgets/angular - npm Package Compare versions

Comparing version
0.0.9
to
0.0.10
+14
-10
package.json
{
"name": "@activewidgets/angular",
"version": "0.0.9",
"version": "0.0.10",
"description": "Datagrid component for angular",

@@ -20,18 +20,19 @@ "author": "ActiveWidgets SARL",

"build": "npm run build:js && npm run build:source && npm run build:aot && rimraf tmp ",
"build:js": "rimraf dist && rollup -c",
"build:js": "rimraf dist/* && rollup -c",
"build:source": "node config/source.js",
"build:aot": "ngc -p config/aot.json",
"public": "npm run build && rimraf public && parcel build examples/index.html -d public",
"start": "parcel examples/index.html -d public --open",
"test": "npm run public && jest"
"output": "npm run build && rimraf out/* && parcel build examples/**/*.html -d out",
"start": "serve-examples",
"test": "npm run output && jest"
},
"dependencies": {
"@activewidgets/frameworks": "0.0.9",
"@activewidgets/datagrid": "0.0.9",
"@activewidgets/frameworks": "0.0.10",
"@activewidgets/datagrid": "0.0.10",
"@angular/core": "*"
},
"devDependencies": {
"@activewidgets/options": "0.0.9",
"@activewidgets/puppeteer": "0.0.3",
"@activewidgets/testing": "0.0.1",
"@activewidgets/examples": "0.0.1",
"@activewidgets/options": "0.0.10",
"@activewidgets/puppeteer": "0.0.4",
"@activewidgets/testing": "0.0.3",
"@angular/common": "^8",

@@ -54,2 +55,5 @@ "@angular/compiler": "^8",

},
"alias": {
"@activewidgets/angular": "./"
},
"jest": {

@@ -56,0 +60,0 @@ "projects": [