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

@agreed/typed

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agreed/typed - npm Package Compare versions

Comparing version 5.3.1 to 5.3.2-alpha.0

2

lib/generate-schema.js

@@ -30,3 +30,3 @@ "use strict";

host.getSourceFileByPath = undefined;
const program = ts.createProgram(fileNames, compilerOptions, host);
const program = TJS.getProgramFromFiles(fileNames, compilerOptions);
const generator = TJS.buildGenerator(program, settings);

@@ -33,0 +33,0 @@ return meta.map(m => {

{
"name": "@agreed/typed",
"version": "5.3.1",
"version": "5.3.2-alpha.0",
"main": "./lib/types.js",

@@ -39,3 +39,3 @@ "types": "./lib/types.d.ts",

"tslint-plugin-prettier": "2.3.0",
"typescript": "4.7.2"
"typescript": "4.7.4"
},

@@ -67,3 +67,3 @@ "jest": {

"dependencies": {
"@agreed/core": "^5.3.1",
"@agreed/core": "^5.3.2-alpha.0",
"@types/estree": "1.0.0",

@@ -77,3 +77,3 @@ "@types/minimist": "^1.2.0",

"minimist": "^1.2.0",
"typescript-json-schema": "^0.50.0"
"typescript-json-schema": "^0.54.0"
},

@@ -83,3 +83,3 @@ "publishConfig": {

},
"gitHead": "589dafb406e61ce659b598d8bf4db4a91097cd76"
"gitHead": "0aa8561c3b3ff34ae9280a0d89f7cf7bd2d3cef7"
}

@@ -13,3 +13,3 @@ import * as ts from "typescript";

const settings: TJS.PartialArgs = { required: true, ignoreErrors: true };
const compilerOptions: TJS.CompilerOptions = {
const compilerOptions: ts.CompilerOptions = {
noEmit: true,

@@ -48,5 +48,5 @@ noEmitOnError: false,

const program = ts.createProgram(fileNames, compilerOptions, host);
const program = TJS.getProgramFromFiles(fileNames, compilerOptions);
const generator = TJS.buildGenerator(program, settings);
const generator = TJS.buildGenerator(program as unknown as TJS.Program, settings);
return meta.map(m => {

@@ -53,0 +53,0 @@ return {

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