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

@travetto/transformer

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/transformer - npm Package Compare versions

Comparing version 1.0.0-rc.4 to 1.0.0-rc.5

4

package.json

@@ -30,4 +30,4 @@ {

},
"version": "1.0.0-rc.4",
"gitHead": "0ef6355272bf9d78c292d497aa2339b776cd770d"
"version": "1.0.0-rc.5",
"gitHead": "eac2ae593b666eafb9bb5a319cd74ccac5099ffb"
}

@@ -73,2 +73,3 @@ import * as ts from 'typescript';

if (result) {
result.original = resType;
result.comment = DocUtil.describeDocs(type).description;

@@ -75,0 +76,0 @@

@@ -27,2 +27,6 @@ import ts = require('typescript');

nullable?: boolean;
/**
* Original type
*/
original?: ts.Type;
}

@@ -29,0 +33,0 @@

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