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

cartero

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cartero - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

4

comparison.md
# Cartero compared to other solutions
To understand [cartero](https://github.com/rotundasoftware/cartero) in terms of other tools, imagine stringing together [browserify](http://browserify.org/) + [gulp](http://gulpjs.com/) + [the rails asset pipeline](http://guides.rubyonrails.org/asset_pipeline.html). cartero handles the entire build process, including precompiling, postprocessing, and serving HTML, js, css, and images. Of the existing tools out there for modular front end development, it is most similar to [Component](https://github.com/component/component). Most of what is said about [how Component compares](https://github.com/component/guide/blob/master/component/vs.md) to other front end solutions is also true for cartero. To pick up where that comparison leaves off...
To understand [cartero](https://github.com/rotundasoftware/cartero) in terms of other tools, imagine stringing together [browserify](http://browserify.org/) + [gulp](http://gulpjs.com/) + [the rails asset pipeline](http://guides.rubyonrails.org/asset_pipeline.html). cartero handles the entire build process of a typical web application, including precompiling, postprocessing, and serving HTML, js, css, and images. Of the existing tools out there for modular front end development, it is most similar to [Component](https://github.com/component/component). Most of what is said about [how Component compares](https://github.com/component/guide/blob/master/component/vs.md) to other front end solutions is also true for cartero. To pick up where that comparison leaves off...

@@ -41,2 +41,2 @@ ### cartero vs Component

It's a double edged sword. cartero has more bugs and fringe cases that have not been considered than other tools. The flip side is that there is lots of room for improvement and changes. Send us your feedback and help cartero grow up!
It's a double edged sword. cartero has more bugs and fringe cases that have not been considered than other tools. The flip side is that there is lots of room for improvement and changes. Send us your feedback and help cartero grow up!

@@ -79,2 +79,3 @@

this.outputDirUrl = options.outputDirUrl;
if( this.outputDirUrl.charAt( 0 ) !== '/' ) this.outputDirUrl = '/' + this.outputDirUrl;

@@ -81,0 +82,0 @@ this.packageManifest = {};

{
"name": "cartero",
"description": "Modular front end development for the masses. Built on npm and browserify.",
"version": "2.2.1",
"version": "2.2.2",
"bin": {

@@ -44,3 +44,3 @@ "cartero": "bin/cmd.js"

"underscore": "~1.4.4",
"parcelify": "~0.11.1",
"parcelify": "^0.11.3",
"inherits": "~2.0.1",

@@ -47,0 +47,0 @@ "glob": "~3.2.8",

{
"b343771ef576b9ee18c4849430bc4dcec1707d0f": "9d82ba90fa7a400360054671ea26bfc03a7338bf",
"7ced34aa0e24a8af106ee4d444c5b9f616501c53": "880d74a4a4bec129ed8a80ca1f717fde25ce3932",
"9c32a86e8ab49ee025fac89e39e1df969d6a29fc": "66e20e747e10ccdb653dadd2f6bf05ba01df792b"
"9c32a86e8ab49ee025fac89e39e1df969d6a29fc": "66e20e747e10ccdb653dadd2f6bf05ba01df792b",
"7ced34aa0e24a8af106ee4d444c5b9f616501c53": "880d74a4a4bec129ed8a80ca1f717fde25ce3932"
}
{
"": "9d82ba90fa7a400360054671ea26bfc03a7338bf",
"page2": "880d74a4a4bec129ed8a80ca1f717fde25ce3932",
"page1": "66e20e747e10ccdb653dadd2f6bf05ba01df792b"
"page1": "66e20e747e10ccdb653dadd2f6bf05ba01df792b",
"page2": "880d74a4a4bec129ed8a80ca1f717fde25ce3932"
}
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