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

carcass-auth

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carcass-auth - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

example/applications/session.js

@@ -15,3 +15,3 @@ var RedisStore, carcass, cookieParser, express, lib, session, validValue;

validValue = carcass.Object.validValue;
validValue = carcass.object.validValue;

@@ -18,0 +18,0 @@

@@ -1,2 +0,2 @@

var auth, carcass, config, extend, lib, name, path, program, _i, _len, _ref;
var auth, carcass, config, lib, name, path, program, _i, _len, _ref;

@@ -11,4 +11,2 @@ auth = require('../');

extend = carcass.Object.extendProperties;
module.exports = lib = carcass.mixable();

@@ -20,14 +18,6 @@

lib.classes = {};
lib.extend(program, 'classes');
lib.helpers = {};
lib.extend(auth, 'helpers', 'middlewares');
lib.middlewares = {};
extend(lib.classes, program.classes);
extend(lib.helpers, auth.helpers);
extend(lib.middlewares, auth.middlewares);
_ref = ['applications', 'servers'];

@@ -34,0 +24,0 @@ for (_i = 0, _len = _ref.length; _i < _len; _i++) {

@@ -7,3 +7,3 @@ var carcass, unsign, validValue;

validValue = carcass.Object.validValue;
validValue = carcass.object.validValue;

@@ -10,0 +10,0 @@

0.3.0 / 2014-04-24
==================
* Updated carcass.
0.2.0 / 2014-04-01

@@ -3,0 +8,0 @@ ==================

@@ -7,3 +7,3 @@ var carcass, debug, validValue;

validValue = carcass.Object.validValue;
validValue = carcass.object.validValue;

@@ -10,0 +10,0 @@ module.exports = function(options) {

@@ -7,3 +7,3 @@ var carcass, sign, validValue;

validValue = carcass.Object.validValue;
validValue = carcass.object.validValue;

@@ -10,0 +10,0 @@ module.exports = function(options) {

{
"name": "carcass-auth",
"version": "0.2.0",
"version": "0.3.0",
"description": "(Node.js) Authentication middlewares, in Carcass style.",

@@ -27,3 +27,3 @@ "author": {

"dependencies": {
"carcass": ">=0.10.1",
"carcass": "~0.11.0",
"cookie-signature": "1.x",

@@ -30,0 +30,0 @@ "debug": "*",

// var debug = require('debug')('carcass:test');
var should = require('should');
var example = require('../example');

@@ -6,0 +5,0 @@ var appendQS = require('../helpers/appendQS');

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

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