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

@preserves/schema-cli

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@preserves/schema-cli - npm Package Compare versions

Comparing version 0.995.100 to 0.995.200

8

package.json
{
"name": "@preserves/schema-cli",
"version": "0.995.100",
"version": "0.995.200",
"description": "Command-line tools for Preserves Schema",

@@ -29,4 +29,4 @@ "homepage": "https://gitlab.com/preserves/preserves",

"dependencies": {
"@preserves/core": "^0.995.100",
"@preserves/schema": "^0.995.100",
"@preserves/core": "^0.995.200",
"@preserves/schema": "^0.995.200",
"chalk": "^4.1",

@@ -38,3 +38,3 @@ "chokidar": "^3.5",

},
"gitHead": "d9ec3bfb142894002365a2b7b3bfe946842aa7ad"
"gitHead": "3e67c754275431964a06b72176573e7741f385eb"
}

@@ -28,3 +28,3 @@ import { Command } from 'commander';

fs.writeSync(1, underlying(canonicalEncode(M.fromBundle(M.Bundle(
new KeyedDictionary<M.ModulePath, M.Schema, M.InputEmbedded>(
new KeyedDictionary<M.InputEmbedded, M.ModulePath, M.Schema>(
inputFiles.map(i => [i.modulePath, i.schema])))))));

@@ -31,0 +31,0 @@ } else {

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