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

ts-proto

Package Overview
Dependencies
Maintainers
1
Versions
356
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-proto - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

build/main.js

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

return file.addCode(ts_poet_1.CodeBlock.empty()
.add('export type DeepPartial<T> = {%>\n')
.add('type DeepPartial<T> = {%>\n')
.add('[P in keyof T]?: T[P] extends Array<infer U>\n')

@@ -87,0 +87,0 @@ .add('? Array<DeepPartial<U>>\n')

{
"name": "ts-proto",
"version": "1.3.0",
"version": "1.3.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/plugin.js",

@@ -141,3 +141,3 @@ import {

CodeBlock.empty()
.add('export type DeepPartial<T> = {%>\n')
.add('type DeepPartial<T> = {%>\n')
.add('[P in keyof T]?: T[P] extends Array<infer U>\n')

@@ -144,0 +144,0 @@ .add('? Array<DeepPartial<U>>\n')

Sorry, the diff of this file is not supported yet

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