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

schema-inspector

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

schema-inspector - npm Package Compare versions

Comparing version 1.6.5 to 1.6.6

4

lib/schema-inspector.js

@@ -94,4 +94,4 @@ /*

this._dumpStack = function () {
return _stack.map(function (i) {return i.replace(/^\[/g, '\033\034\035\036');})
.join('.').replace(/\.\033\034\035\036/g, '[');
return _stack.map(function (i) {return i.replace(/^\[/g, '\u001b\u001c\u001d\u001e');})
.join('.').replace(/\.\u001b\u001c\u001d\u001e/g, '[');
};

@@ -98,0 +98,0 @@

{
"name": "schema-inspector",
"description": "Schema-Inspector is a powerful tool to sanitize and validate JS objects.",
"version": "1.6.5",
"version": "1.6.6",
"main": "index.js",

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

@@ -88,3 +88,3 @@ [![schema-inspector logo](https://raw.githubusercontent.com/Atinux/schema-inspector/master/misc/schema-inspector.png)](http://atinux.github.io/schema-inspector/)

**Tips:** it's recommended to use one schema for the sanitzation and another for the validation,
**Tips:** it's recommended to use one schema for the sanitization and another for the validation,

@@ -858,3 +858,3 @@ ## In the browser

ipsum: { type: 'string', optional: true, def: 23 },
dolor: { type: 'string', def: 'NikitaJS', def: 34 } // (optional: true)
dolor: { type: 'string', def: 'NikitaJS, def: 34 } // (optional: true)
}

@@ -861,0 +861,0 @@ };

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