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

@ovotech/ts-compose

Package Overview
Dependencies
Maintainers
120
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.8.2 to 0.9.0

7

dist/node.d.ts

@@ -40,1 +40,8 @@ import * as ts from 'typescript';

}) => ts.VariableStatement;
export declare const NamespaceBlock: ({ name, block, isExport, isDefault, jsDoc, }: {
name: string;
block: ts.Statement[];
isExport?: boolean | undefined;
isDefault?: boolean | undefined;
jsDoc?: string | undefined;
}) => ts.ModuleDeclaration;

1

dist/node.js

@@ -28,1 +28,2 @@ "use strict";

], ts.NodeFlags.Const)), jsDoc);
exports.NamespaceBlock = ({ name, block, isExport, isDefault, jsDoc, }) => docs_1.withJSDoc(ts.createModuleDeclaration([], type_1.Export(isExport, isDefault), ts.createIdentifier(name), ts.createModuleBlock(block), ts.NodeFlags.Namespace), jsDoc);

4

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

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

},
"gitHead": "b83b1f9109e515227201dabfa0d1b41443496510"
"gitHead": "9d31d010930ed481574c3c136d8711daec049c15"
}
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