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

metaschema

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metaschema - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

bin/cli.js

@@ -5,8 +5,11 @@ #!/usr/bin/env node

const fs = require('fs');
const path = require('path');
const common = require('metarhia-common');
const metaschema = require('..');
const metaschema = require('metaschema');
const apiFile = process.argv[2];
const cwd = process.cwd();
const apiFile = path.resolve(cwd, process.argv[2]);
try {

@@ -13,0 +16,0 @@ const imports = require(apiFile);

{
"name": "metaschema",
"version": "0.0.2",
"version": "0.0.3",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Metadata Schema and Interface Definition Language (IDL)",

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