Socket
Socket
Sign inDemoInstall

bones

Package Overview
Dependencies
6
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.10 to 1.3.11

2

package.json
{
"name": "bones",
"description": "Framework for using backbone.js on the client and server.",
"version": "1.3.10",
"version": "1.3.11",

@@ -6,0 +6,0 @@ "author": {

@@ -39,3 +39,3 @@ var env = process.env.NODE_ENV || 'development';

exports['csrf'] = function csrf() {
exports['validateCSRFToken'] = function validateCSRFToken() {
return function(req, res, next) {

@@ -42,0 +42,0 @@ if (req.method === 'GET') {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc