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

@ssense/restify-request-validator

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ssense/restify-request-validator - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@ssense/restify-request-validator",
"version": "1.0.1",
"version": "1.0.2",
"description": "Restify requests validator",

@@ -5,0 +5,0 @@ "main": "js/index.js",

@@ -12,3 +12,3 @@ # Restify request validator

```
npm install --production --save restify-request-validator
npm install --production --save @ssense/restify-request-validator
```

@@ -26,3 +26,3 @@

// Require module
var restifyValidation = require('restify-request-validator');
var restifyValidation = require('@ssense/restify-request-validator');
...

@@ -51,3 +51,3 @@ // Create restify server

// Import module
import {RequestValidator} from 'restify-request-validator';
import {RequestValidator} from '@ssense/restify-request-validator';
...

@@ -54,0 +54,0 @@ // Create restify server

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