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

ts-poet

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-poet - npm Package Compare versions

Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1

6

build/index.js

@@ -24,2 +24,5 @@ "use strict";

}
else if (Array.isArray(placeholder)) {
toScan = [...toScan, ...placeholder];
}
}

@@ -40,2 +43,5 @@ const importPart = SymbolSpecs_1.emitImports(imports, '');

}
else if (Array.isArray(placeholder)) {
placeholder.forEach(p => result += p.toString());
}
else {

@@ -42,0 +48,0 @@ result += placeholder.toString();

2

package.json
{
"name": "ts-poet",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "code generation DSL for TypeScript",

@@ -5,0 +5,0 @@ "main": "build/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