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

ember

Package Overview
Dependencies
Maintainers
9
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

bin.js

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

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