New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@etherdata-blockchain/etd-schema-generator

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@etherdata-blockchain/etd-schema-generator - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## 3.0.1 (2022-04-12)
### Bug Fixes
* Update dependencies for 43f4b4bfbe3c03fb50af4d38f3ffa3a5700d581d ([#73](https://github.com/etherdata-blockchain/packages/issues/73)) ([076e706](https://github.com/etherdata-blockchain/packages/commit/076e706987e95c7995b57e43acf2f2178151b6f0))
# 3.0.0 (2022-04-11)

@@ -8,0 +19,0 @@

6

dist/generator.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

16

package.json
{
"name": "@etherdata-blockchain/etd-schema-generator",
"version": "3.0.0",
"version": "3.0.1",
"description": "JSON schema generator for typescript interfaces",

@@ -16,9 +16,9 @@ "main": "dist/index.js",

"devDependencies": {
"@etherdata-blockchain/logger": "^3.0.0",
"jest": "^27.0.6",
"ts-jest": "^27.0.3",
"ts-json-schema-generator": "^0.98.0",
"ts-node": "^10.1.0",
"@etherdata-blockchain/logger": "^3.0.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"ts-json-schema-generator": "^1.0.0",
"ts-node": "^10.7.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.3.5"
"typescript": "^4.6.3"
},

@@ -29,3 +29,3 @@ "scripts": {

},
"gitHead": "347f538454118c30c5d789ec2c0821db7e0419fa"
"gitHead": "2d4a1c6bbbb1b9ab0dac64bb821169b671ce6398"
}

Sorry, the diff of this file is not supported yet

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