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

@ovotech/ts-compose

Package Overview
Dependencies
Maintainers
286
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.19.2 to 0.20.0

2

dist/node.js

@@ -140,3 +140,3 @@ "use strict";

Import: ({ named, allAs, defaultAs, module, }) => typescript_1.default.factory.createImportDeclaration(undefined, undefined, typescript_1.default.factory.createImportClause(false, defaultAs ? exports.Node.Identifier(defaultAs) : undefined, named
? typescript_1.default.factory.createNamedImports(named.map((item) => typescript_1.default.factory.createImportSpecifier(item.as ? exports.Node.Identifier(item.name) : undefined, item.as ? exports.Node.Identifier(item.as) : exports.Node.Identifier(item.name))))
? typescript_1.default.factory.createNamedImports(named.map((item) => typescript_1.default.factory.createImportSpecifier(false, item.as ? exports.Node.Identifier(item.name) : undefined, item.as ? exports.Node.Identifier(item.as) : exports.Node.Identifier(item.name))))
: allAs

@@ -143,0 +143,0 @@ ? typescript_1.default.factory.createNamespaceImport(exports.Node.Identifier(allAs))

{
"name": "@ovotech/ts-compose",
"description": "A ts compiler api wrapper",
"version": "0.19.2",
"version": "0.20.0",
"main": "dist/index.js",

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

"repository": "git@github.com:ovotech/laminar.git",
"homepage": "https://github.com/ovotech/laminar/tree/main/packages/ts-compose",
"license": "Apache-2.0",

@@ -17,12 +18,12 @@ "scripts": {

"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^14.17.15",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.32.0",
"@types/jest": "^27.4.0",
"@types/node": "^14.18.9",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"ts-jest": "^27.0.5"
"jest": "^27.4.7",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3"
},

@@ -33,4 +34,4 @@ "jest": {

"dependencies": {
"typescript": "^4.4.3"
"typescript": "^4.5.5"
}
}
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