Socket
Socket
Sign inDemoInstall

metaschema

Package Overview
Dependencies
Maintainers
5
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 2.0.1 to 2.0.2

7

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

## [2.0.2][] - 2022-06-25
- Hotfix: added missed exports to metaschema.js
## [2.0.1][] - 2022-06-24

@@ -165,3 +169,4 @@

[unreleased]: https://github.com/metarhia/metaschema/compare/v2.0.1...HEAD
[unreleased]: https://github.com/metarhia/metaschema/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/metarhia/metaschema/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/metarhia/metaschema/compare/v2.0.0...v2.0.1

@@ -168,0 +173,0 @@ [2.0.0]: https://github.com/metarhia/metaschema/compare/v1.4.1...v2.0.0

7

lib/kinds.js

@@ -51,8 +51,3 @@ 'use strict';

getKindMetadata,
KIND,
KIND_STORED,
KIND_MEMORY,
SCOPE,
STORE,
ALLOW,
constants: { KIND, KIND_STORED, KIND_MEMORY, SCOPE, STORE, ALLOW },
};

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

const loader = require('./lib/loader.js');
const { constants } = require('./lib/kinds.js');
module.exports = { ...schema, ...model, ...loader };
module.exports = { ...schema, ...model, ...loader, ...constants };
{
"name": "metaschema",
"version": "2.0.1",
"version": "2.0.2",
"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