Socket
Socket
Sign inDemoInstall

node-barefoot

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-barefoot - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/server/router-mixin.js

@@ -84,3 +84,3 @@ /** Mixin: Barefoot.Router.Server

// Execute the route:
var routeResult = callback.apply(self, _.values(req.query));
var routeResult = callback.apply(self, _.values(req.params));

@@ -87,0 +87,0 @@ // Ensure cookies are placed inside the response:

@@ -47,3 +47,3 @@ /** Mixin: Barefoot.Start.Server

browserifyOptions = { ignore: exclude };
_.extend(browserifyOptions, _.omit(options, ['mainFile', 'exclude']))
_.extend(browserifyOptions, _.omit(options, ['mainFile', 'exclude']));

@@ -50,0 +50,0 @@ _.defaults(browserifyOptions, {

{
"name": "node-barefoot"
, "version": "0.0.2"
, "version": "0.0.3"
, "description": "Barefoot makes code sharing between browser and server reality. Write your application once and run it on both ends of the wire."

@@ -5,0 +5,0 @@ , "keywords": [

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