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.1 to 3.0.0-alpha.2

3

build/index.d.ts
import { SymbolSpec } from '@src/SymbolSpecs';
declare class Code {
export declare class Code {
private literals;

@@ -11,2 +11,1 @@ private placeholders;

export declare function code(literals: TemplateStringsArray, ...placeholders: any[]): Code;
export {};

@@ -54,2 +54,3 @@ "use strict";

}
exports.Code = Code;
function maybePretty(input) {

@@ -56,0 +57,0 @@ try {

{
"name": "ts-poet",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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