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

json2jsii

Package Overview
Dependencies
Maintainers
0
Versions
879
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json2jsii - npm Package Compare versions

Comparing version

to
0.5.0

CONTRIBUTING.md

2

lib/type-generator.d.ts

@@ -77,2 +77,3 @@ import { JSONSchema4 } from 'json-schema';

private readonly emittedTypes;
private readonly emittedProperties;
private readonly exclude;

@@ -191,2 +192,3 @@ private readonly definitions;

private emitStruct;
private propertyFqn;
private emitProperty;

@@ -193,0 +195,0 @@ private emitEnum;

12

package.json

@@ -41,13 +41,13 @@ {

"@typescript-eslint/parser": "^7",
"cdklabs-projen-project-types": "^0.1.200",
"cdklabs-projen-project-types": "^0.1.202",
"commit-and-tag-version": "^12",
"constructs": "^10.0.0",
"eslint": "^8",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"jest": "^27",
"jest-junit": "^15",
"jsii-srcmak": "^0.1.1223",
"jsii-srcmak": "^0.1.1237",
"prettier": "^2.8.8",
"projen": "^0.86.0",
"standard-version": "^9",
"projen": "^0.87.2",
"ts-jest": "^27",

@@ -67,3 +67,3 @@ "ts-node": "^10.9.2",

},
"version": "0.4.5",
"version": "0.5.0",
"jest": {

@@ -70,0 +70,0 @@ "coverageProvider": "v8",

Sorry, the diff of this file is too big to display