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

crumb

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crumb - npm Package Compare versions

Comparing version 0.0.9 to 0.1.0

10

package.json
{
"name": "crumb",
"description": "CSRF crumb generation plugin",
"version": "0.0.9",
"version": "0.1.0",
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",

@@ -21,10 +21,10 @@ "contributors": [],

"boom": "0.3.x",
"hoek": "0.4.x",
"cryptiles": "0.0.x"
"hoek": "0.6.x",
"cryptiles": "0.1.x"
},
"peerDependencies": {
"hapi": "0.14.x"
"hapi": "0.15.x"
},
"devDependencies": {
"hapi": "0.14.x",
"hapi": "0.15.x",
"mocha": "1.x.x",

@@ -31,0 +31,0 @@ "chai": "1.x.x",

@@ -55,3 +55,3 @@ // Load modules

server.plugin().allow({ ext: true }).require('../', { cookieOptions: { isSecure: true } }, function (err) {
server.plugin.allow({ ext: true }).require('../', { cookieOptions: { isSecure: true } }, function (err) {

@@ -58,0 +58,0 @@ expect(err).to.not.exist;

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