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

@antfu/dts-from-thrift

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antfu/dts-from-thrift - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

lib/src/tools/combine.js

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

if (options.useModule)
return `export * from "${relativePath}";`;
return `export * from "./${relativePath.replace(/\.d\.ts$/, '')}";`;
else

@@ -27,0 +27,0 @@ return `/// <reference path="${relativePath}" />`;

{
"name": "@antfu/dts-from-thrift",
"version": "1.1.6",
"version": "1.1.7",
"description": "typescript,thrift,protobuf",

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

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