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

csrf-monkey

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csrf-monkey - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

6

karma.conf.js

@@ -35,3 +35,7 @@ const cors = require('cors')

browsers: ['Firefox'],
reporters: [ 'progress', 'coverage-istanbul', 'coverage' ],
reporters: [ 'progress', 'coverage-istanbul', 'coverage', 'coveralls' ],
coverageReporter: {
type: 'lcov',
dir: 'coverage/'
},
coverageIstanbulReporter: {

@@ -38,0 +42,0 @@ reports: [ 'text-summary' ],

9

package.json
{
"name": "csrf-monkey",
"version": "1.0.8",
"version": "1.0.9",
"description": "Automatically add CSRF headers to all clientside requests",

@@ -14,4 +14,6 @@ "main": "index.js",

"cors": "^2.8.4",
"coveralls": "^3.0.0",
"expect.js": "^0.3.1",
"inject-loader": "^4.0.1",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.1",

@@ -22,3 +24,5 @@ "karma": "^2.0.0",

"karma-coverage-istanbul-reporter": "^1.4.2",
"karma-coveralls": "^1.1.2",
"karma-express-server": "^0.1.4",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",

@@ -28,4 +32,3 @@ "karma-sourcemap-loader": "^0.3.7",

"mocha": "^5.1.0",
"istanbul": "^0.4.5",
"karma-firefox-launcher": "^1.1.0",
"mocha-lcov-reporter": "^1.3.0",
"standard": "^11.0.1",

@@ -32,0 +35,0 @@ "webpack": "^4.5.0"

@@ -0,4 +1,5 @@

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![Travis CI](https://travis-ci.org/alanclarke/csrf-monkey.svg?branch=master)](https://travis-ci.org/alanclarke/csrf-monkey)
[![Coverage Status](https://coveralls.io/repos/github/alanclarke/csrf-monkey/badge.svg?branch=master)](https://coveralls.io/github/alanclarke/csrf-monkey?branch=master)
[![devDependency Status](https://david-dm.org/alanclarke/csrf-monkey/dev-status.svg)](https://david-dm.org/alanclarke/csrf-monkey#info=devDependencies)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

@@ -11,3 +12,2 @@ # csrf-monkey

- configurable, testable and restorable
- 100% test coverage

@@ -14,0 +14,0 @@ ## Installation

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