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

schemaglobin

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

schemaglobin - npm Package Compare versions

Comparing version 5.4.1 to 5.4.2

2

dist/helpers/message.js

@@ -5,3 +5,3 @@ "use strict";

const object_1 = require("./object");
const entryToString = ([key, message]) => `- ${key}: ${message.toString().replace("\n", "\n\t\t")}`;
const entryToString = ([key, message]) => `- ${key}: ${message.toString().replace(/\n/g, "\n ")}`;
const messageToString = (message) => message.message;

@@ -8,0 +8,0 @@ const messageToJSON = (message) => message.toJSON();

{
"name": "schemaglobin",
"description": "Validate user-entered data.",
"version": "5.4.1",
"version": "5.4.2",
"repository": "https://github.com/dhoulb/schemaglobin",

@@ -6,0 +6,0 @@ "author": "Dave Houlbrooke <dave@shax.com>",

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