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

@ovotech/ts-compose

Package Overview
Dependencies
Maintainers
117
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.0 to 0.8.1

4

dist/document.js

@@ -49,7 +49,7 @@ "use strict";

const imports = Object.values(doc.context.imports);
return [
return ([
...imports.map(item => print_1.printNode(node_1.Import(item))),
print_1.printNode(doc.type),
...identifiers.map(identifier => print_1.printNode(identifier)),
].join('\n\n');
].join('\n\n') + '\n');
};
{
"name": "@ovotech/ts-compose",
"description": "An ts compiler api wrapper",
"version": "0.8.0",
"version": "0.8.1",
"main": "dist/index.js",

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

},
"gitHead": "0973b614b389f0e93a49f57ebd2a6957e6815348"
"gitHead": "ebe20d61fafd9e39f48e4d6339f7ac8c0d4217f4"
}
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