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

typedconverter

Package Overview
Dependencies
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedconverter - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

lib/visitor.d.ts

@@ -13,2 +13,3 @@ import { VisitorExtension } from "./invocation";

interface ParentInfo {
value: any;
type: Class;

@@ -15,0 +16,0 @@ decorators: any[];

2

lib/visitor.js

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

path: getPath(opt.path, property.name), extension: opt.extension,
decorators: property.decorators, parent: { type: ast.type, decorators: opt.decorators },
decorators: property.decorators, parent: { value, type: ast.type, decorators: opt.decorators },
guessArrayElement: opt.guessArrayElement

@@ -76,0 +76,0 @@ };

{
"name": "typedconverter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert object into classes match with TypeScript type annotation",

@@ -28,5 +28,5 @@ "main": "lib/index.js",

"@types/ejs": "^2.6.3",
"@types/jest": "^24.0.18",
"@types/jest": "^24.0.19",
"@types/joi": "^14.3.3",
"coveralls": "^3.0.6",
"coveralls": "^3.0.7",
"ejs": "^2.7.1",

@@ -37,3 +37,3 @@ "jest": "^24.9.0",

"ts-node": "^8.4.1",
"typescript": "^3.6.3"
"typescript": "^3.6.4"
},

@@ -40,0 +40,0 @@ "bugs": {

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