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

proto-cli

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proto-cli - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

lib/proto.js
(function() {
var CWD, LIB_DIR, PROTO_DIR, PROTO_FILES, SETTINGS_FILE, VERSION, VIEWER_URL, authWithGitHub, cacheFileFromURL, cacheResponse, cli, createNewGist, displayUrlsFor, downloadLibs, express, fs, getAuthorization, getGist, getGistId, getSetting, gistProject, git, htmlResponse, initializeProject, initializeRepo, loadProjectData, migrateProject, pad, projectPath, quitWithMsg, renderer, rest, saveSetting, serveProject, stamp, sys, updateGist, _ref, _ref1,
var CWD, LIB_DIR, PROTO_DIR, PROTO_FILES, SETTINGS_FILE, VERSION, VIEWER_URL, authWithGitHub, cacheFileFromURL, cacheResponse, cli, createNewGist, displayUrlsFor, downloadLibs, fs, getAuthorization, getGist, getGistId, getSetting, gistProject, git, htmlResponse, initializeProject, initializeRepo, loadProjectData, migrateProject, pad, projectPath, quitWithMsg, renderer, rest, saveSetting, serveProject, stamp, sys, updateGist, _ref, _ref1,
__slice = [].slice;

@@ -11,4 +11,2 @@

express = require('express');
git = require('gitjs');

@@ -15,0 +13,0 @@

(function() {
module.exports = '1.3.1';
module.exports = '1.3.2';
}).call(this);
{
"name": "proto-cli",
"version": "1.3.1",
"version": "1.3.2",
"description": "A front-end web prototyping tool, combining markup, style, and script into a served, rendered page.",

@@ -5,0 +5,0 @@ "main": "bin/proto",

# Proto
*v1.3.1*
*v1.3.2*

@@ -157,4 +157,4 @@ [Proto](https://github.com/droptype/proto) is a front-end web prototyping tool, combining markup ([Jade](http://jade-lang.com/)), script ([CoffeeScript](http://coffeescript.org)), and style ([Stylus](http://learnboost.github.com/stylus/)) into a single page. It creates a set of files each representing one of those three facets of the page, plus files for notes and settings, and serves up their rendered form. Every time the page is loaded, those files are compiled on-the-fly. It's helpful for creating prototypes using CoffeeScript, Jade, and Stylus, without having to set up a build process and environment.

For a similar tool that caters to more complicated projects, check out [`roots`](http://roots.cx/)
## Authors

@@ -161,0 +161,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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