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

404project

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

404project - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

8

package.json
{
"name": "404project",
"version": "0.0.5",
"version": "0.0.6",
"description": "Report 404 errors to http://www.dshield.org/tools/404project.html",
"keywords": ["security", "http", "https", "connect", "express"],
"repository": "git://github.com/jolira/node-404project.git",
"author": "Joachim Kainz <jfk@jolira.com> (http://www.jolira.com)",
"repository": "git@github.com:jolira/node-404project.git",
"repository": {
"url": "https://github.com/jolira/node-404project.git",
"type": "git"
},
"bugs": {

@@ -10,0 +12,0 @@ "mail": "dev@jolira.com",

@@ -6,2 +6,5 @@ node-404project

Please see the instructions at http://www.dshield.org/tools/404project.html for creating an ISC account retrieving
the ISC ID and the Authentication key.
Installation

@@ -75,1 +78,14 @@ ---------------------

```
Debugging
---------------------
In case of error, dshield does not provide a terrific amount of debugging support, but an message is produced
if the value ``404project`` is part of the ``NODE_DEBUG`` environment variable.
```
export NODE_DEBUG="404project"
```
The library prints ``404project: OK`` if the data was submitted correctly and ``404project: ERROR`` if it did not.
Please double-check you ISC ID and the Authentication key in case you encounter problems.
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