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

famous-cli

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

famous-cli - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

lib/init/create.js

@@ -32,3 +32,3 @@ 'use strict';

extract(tempZipPath, tempPath, function(){
fs.copy(path.join(tempPath, 'mixed-mode-seed'), dirPath, function (err) {
fs.copy(path.join(tempPath, 'engine-seed-master'), dirPath, function (err) {
if (err) return console.error(err);

@@ -50,3 +50,3 @@ if (typeof callback === 'function') {

extract(tempZipPath, tempPath, function() {
fs.copy(path.join(tempPath, 'mixed-mode-seed'), process.cwd(), function(err) {
fs.copy(path.join(tempPath, 'engine-seed-master'), process.cwd(), function(err) {
if (err) return console.error(err);

@@ -72,3 +72,3 @@ if (typeof callback === 'function') {

var file = fs.createWriteStream(dest);
var request = https.get('https://s3-us-west-2.amazonaws.com/code.famo.us/cli/mixed-mode-seed.tar.gz', function(response) {
var request = https.get('https://code.famo.us/cli/engine-seed-master.tar.gz', function(response) {
response.pipe(file);

@@ -75,0 +75,0 @@ file.on('finish', function() {

{
"name": "famous-cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "CLI interface for Famous Industries Web Services",

@@ -5,0 +5,0 @@ "main": "index.js",

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