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

@ovotech/ts-compose

Package Overview
Dependencies
Maintainers
116
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovotech/ts-compose - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

1

dist/type.d.ts

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

export declare const Unknown: ts.KeywordTypeNode;
export declare const Never: ts.KeywordTypeNode;
export declare const TypeLiteral: ({ props, index, }?: {

@@ -12,0 +13,0 @@ props?: ts.TypeElement[] | undefined;

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

exports.Unknown = ts.createKeywordTypeNode(ts.SyntaxKind.UnknownKeyword);
exports.Never = ts.createKeywordTypeNode(ts.SyntaxKind.NeverKeyword);
exports.TypeLiteral = ({ props = [], index, } = {}) => ts.createTypeLiteralNode([...props, ...(index ? [index] : [])]);

@@ -25,0 +26,0 @@ exports.Arr = (type) => ts.createArrayTypeNode(type);

4

package.json
{
"name": "@ovotech/ts-compose",
"description": "An ts compiler api wrapper",
"version": "0.3.1",
"version": "0.3.2",
"main": "dist/index.js",

@@ -33,3 +33,3 @@ "types": "dist/index.d.ts",

},
"gitHead": "9821630494061fa3feb6c2612b941d451a69328f"
"gitHead": "1633c63cd1189341453bad0f6c52ef4bd76a8ed9"
}
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