New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

combohandler

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

combohandler - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

HISTORY.md
Combo Handler History
=====================
0.1.2 (2011-07-11)
------------------
* Chasing the latest Express and Connect versions again.
0.1.1 (2011-04-12)

@@ -5,0 +11,0 @@ ------------------

10

package.json
{
"name" : "combohandler",
"description": "Simple Yahoo!-style combo handler.",
"version" : "0.1.1",
"version" : "0.1.2",
"keywords" : ["combo", "combine", "cdn", "yui", "yui3", "js", "css", "performance"],
"homepage" : "https//github.com/rgrove/combohandler",
"homepage" : "https://github.com/rgrove/combohandler",

@@ -20,3 +20,3 @@ "repository": {

"engines": [
"node >=0.4.0 <0.5.0",
"node >=0.4.0",
"npm >=0.3.1"

@@ -26,4 +26,4 @@ ],

"dependencies": {
"connect": "~1.3",
"express": "~2.2"
"connect": ">=1.3.0 <2.0.0",
"express": ">=2.2.0 <3.0.0"
},

@@ -30,0 +30,0 @@

@@ -41,3 +41,3 @@ Combo Handler

The `combohandler/server` module creates a standalone Express server instance,
The `combohandler/lib/server` module creates a standalone Express server instance,
or augments an existing server, to perform combo handling for a set of

@@ -122,7 +122,7 @@ configurable routes.

If you just want to get a server up and running quickly by specifying a mapping
of routes to local root paths, use the `combohandler/server` module. It creates
of routes to local root paths, use the `combohandler/lib/server` module. It creates
a barebones Express server that will perform combo handling on the routes you
specify:
var comboServer = require('combohandler/server'),
var comboServer = require('combohandler/lib/server'),
app;

@@ -146,3 +146,3 @@

var comboServer = require('combohandler/server');
var comboServer = require('combohandler/lib/server');

@@ -163,3 +163,3 @@ comboServer({

npm install spark2
npm install -g spark2
git clone git://github.com/rgrove/combohandler.git

@@ -181,3 +181,3 @@ cd combohandler

<script src="http://fuji.jetpants.com/yui/combo/yui3?build/yui/yui-min.js&amp;build/loader/loader-min.js"></script>
<script src="http://fuji.jetpants.com/yui/combo/yui3?build/yui/yui-min.js"></script>
<script>

@@ -197,3 +197,3 @@ var Y = YUI({

Copyright (c) 2011 Ryan Grove (ryan@wonko.com).
Copyright (c) 2011 Yahoo! Inc. All rights reserved.

@@ -200,0 +200,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of

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