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

@fastify/csrf

Package Overview
Dependencies
Maintainers
20
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/csrf - npm Package Compare versions

Comparing version 6.3.0 to 7.0.0-pre.fv5.1

10

package.json
{
"name": "@fastify/csrf",
"description": "primary logic behind csrf tokens",
"version": "6.3.0",
"version": "7.0.0-pre.fv5.1",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",

@@ -30,8 +30,8 @@ "main": "index.js",

"devDependencies": {
"@types/node": "^20.1.0",
"@types/node": "^20.11.30",
"beautify-benchmark": "^0.2.4",
"benchmark": "^2.1.4",
"standard": "^17.0.0",
"tap": "^16.3.0",
"tsd": "^0.29.0"
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.31.0"
},

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

'use strict'
const { test, mock } = require('tap')
const { test, mockRequire } = require('tap')
const Tokens = require('..')

@@ -78,3 +78,3 @@

const Tokens = mock('..', {
const Tokens = mockRequire('..', {
'node:crypto': {

@@ -97,3 +97,3 @@ randomBytes: (_size, cb) => {

const Tokens = mock('..', {
const Tokens = mockRequire('..', {
'node:crypto': {

@@ -100,0 +100,0 @@ randomBytes: (size, cb) => {

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