Comparing version 1.1.0 to 1.1.1
35
index.js
const { spawn } = require('child_process'); | ||
const [_node, _bin, ...args] = process.argv; | ||
console.log( | ||
'====================================================================' | ||
); | ||
console.log(''); | ||
console.log( | ||
' The `ember` node module is a placeholder, you may be looking for:' | ||
); | ||
console.log(''); | ||
console.log(' * `ember-cli` (the command line tool) '); | ||
console.log(' * `ember-source` (the framework code) '); | ||
console.log(''); | ||
console.log(' Visit https://emberjs.com/ for more details'); | ||
console.log(''); | ||
console.log( | ||
'====================================================================' | ||
); | ||
if (args.includes('--postinstall')) { | ||
console.log( | ||
'====================================================================' | ||
); | ||
console.log(''); | ||
console.log( | ||
' The `ember` node module is a placeholder, you may be looking for:' | ||
); | ||
console.log(''); | ||
console.log(' * `ember-cli` (the command line tool) '); | ||
console.log(' * `ember-source` (the framework code) '); | ||
console.log(''); | ||
console.log(' Visit https://emberjs.com/ for more details'); | ||
console.log(''); | ||
console.log( | ||
'====================================================================' | ||
); | ||
return; | ||
@@ -23,0 +24,0 @@ } |
{ | ||
"name": "ember", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A framework for creating ambitious web applications.", | ||
"main": "index.js", | ||
"bin": "bin.js", | ||
"scripts": { | ||
"postinstall": "node ./index.js --postinstall", | ||
"test": "rm -rf ./my-app/; node ./index.js", | ||
"test:app": "npm run test -- new my-app --skip-git --skip-npm" | ||
"test:app": "npm run test -- new my-app --skip-git --skip-npm", | ||
"dev:install": "npm install -g ." | ||
}, | ||
@@ -11,0 +13,0 @@ "repository": { |
@@ -0,5 +1,8 @@ | ||
<br><br> | ||
<p align="center"> | ||
<a href="http://emberjs.com"><img width="300" src="https://emberjs.com/images/brand/ember_Ember-Light-e42a2b30.png"></a><br> | ||
http://emberjs.com/ | ||
<a href="http://emberjs.com"> | ||
http://emberjs.com/ | ||
</a><br> | ||
</p> | ||
<br> | ||
@@ -6,0 +9,0 @@ ## Get Started |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3514
5
30
20