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

metaschema

Package Overview
Dependencies
Maintainers
0
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.2.0 to 2.2.1

19

package.json
{
"name": "metaschema",
"version": "2.2.0",
"version": "2.2.1",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",

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

"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"",
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
"fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
},
"engines": {
"node": "18 || 20 || 21"
"node": "18 || 20 || 21 || 22"
},

@@ -55,12 +55,9 @@ "dependencies": {

"devDependencies": {
"@types/node": "^20.9.1",
"eslint": "^8.54.0",
"eslint-config-metarhia": "^8.2.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-prettier": "^5.0.1",
"@types/node": "^22.5.1",
"eslint": "^9.9.1",
"eslint-config-metarhia": "^9.0.5",
"metatests": "^0.8.2",
"prettier": "^3.1.0",
"typescript": "^5.1.6"
"prettier": "^3.3.3",
"typescript": "^5.5.4"
}
}
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