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

create-jqwidgets-angular-app

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-jqwidgets-angular-app - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

9

index.js
#! /usr/bin/env node
const loadingSpinner = require('loading-spinner');
const shell = require('shelljs');

@@ -37,6 +38,12 @@ const replace = require('replace');

});
console.log('\x1b[36m%s\x1b[0m', 'Project ' + projectName + ' Created!');
console.log('\x1b[36m%s\x1b[0m', 'Installing npm Packages...');
loadingSpinner.start(100, {
clearChar: true
});
process.chdir(destPath);
shell.exec('npm install');
shell.exec('npm install', function () {
loadingSpinner.stop();
});
});

13

package.json
{
"name": "create-jqwidgets-angular-app",
"version": "1.0.1",
"version": "1.1.0",
"preferGlobal": true,

@@ -14,2 +14,3 @@ "repository": {

"create-jqwidgets-angular-app": "https://github.com/jqwidgets/create-jqwidgets-angular-app/tarball/master",
"loading-spinner": "^1.2.0",
"ncp": "^2.0.0",

@@ -26,6 +27,2 @@ "replace": "^0.3.0",

"Angular",
"Angular Grid",
"Angular Template",
"Angular Material Grid",
"Angular Components",
"Angular CLI"

@@ -36,6 +33,6 @@ ],

"email": "support@jqwidgets.com",
"url": "https://www.jqwidgets.com/"
"url": "http://www.jqwidgets.com/"
},
"license": "https://www.jqwidgets.com/license/",
"homepage": "https://www.jqwidgets.com/"
"license": "http://www.jqwidgets.com/license/",
"homepage": "http://www.jqwidgets.com/"
}
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