Socket
Socket
Sign inDemoInstall

jsonschema

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonschema - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

lib/helpers.js

@@ -19,6 +19,4 @@ 'use strict';

var CAPITALIZE_REGEXP = /(^|\s)([a-z])/g;
var capitalize = function (input) {
return input.replace(CAPITALIZE_REGEXP, function (m, p1, p2) { return p1 + p2.toUpperCase(); });
return input.charAt(0).toUpperCase() + input.slice(1);
};

@@ -25,0 +23,0 @@

{
"author": "Tom de Grunt <tom@degrunt.nl>",
"name": "jsonschema",
"version": "0.0.4",
"version": "0.0.5",
"dependencies": {

@@ -6,0 +6,0 @@ "mocha": "~1.3.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