Socket
Socket
Sign inDemoInstall

@podium/schemas

Package Overview
Dependencies
Maintainers
5
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@podium/schemas - npm Package Compare versions

Comparing version 4.0.0-next.1 to 4.0.0-next.2

2

lib/validate.js

@@ -29,2 +29,3 @@ 'use strict';

});
const uriStrict = createValidator({type: 'string', format: 'uri'})
const uri = createValidator({type: 'string', format: 'uri-reference', 'minLength': 1})

@@ -41,2 +42,3 @@ const name = withTrimmer(createValidator(manifestSchema.properties.name));

module.exports.manifest = manifest;
module.exports.uriStrict = uriStrict;
module.exports.uri = uri;

@@ -43,0 +45,0 @@ module.exports.name = name;

2

package.json
{
"name": "@podium/schemas",
"version": "4.0.0-next.1",
"version": "4.0.0-next.2",
"description": "Schemas for validating the @podium contract.",

@@ -5,0 +5,0 @@ "license": "MIT",

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