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

@adonisjs/ioc-transformer

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/ioc-transformer - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

7

build/src/transformer.d.ts
import * as tsStatic from 'typescript';
import { RcFile } from '@ioc:Adonis/Core/Application';
/**

@@ -7,2 +6,6 @@ * Converts Ioc container import statements to `use` statements

*/
export declare function iocTransformer(ts: typeof tsStatic, rcFile: RcFile): (ctx: tsStatic.TransformationContext) => (sourceFile: tsStatic.SourceFile) => tsStatic.SourceFile;
export declare function iocTransformer(ts: typeof tsStatic, rcFile: {
aliases: {
[key: string]: string;
};
}): (ctx: tsStatic.TransformationContext) => (sourceFile: tsStatic.SourceFile) => tsStatic.SourceFile;
{
"name": "@adonisjs/ioc-transformer",
"version": "2.0.0",
"version": "2.0.1",
"description": "Typescript transformer to transform import statements to IoC container use calls",

@@ -39,4 +39,2 @@ "main": "build/index.js",

"devDependencies": {
"@adonisjs/application": "^3.0.10",
"@adonisjs/fold": "^7.0.4",
"@adonisjs/mrm-preset": "^2.4.0",

@@ -79,5 +77,2 @@ "@types/node": "^14.11.2",

},
"peerDependencies": {
"@adonisjs/application": "^3.0.0"
},
"dependencies": {},

@@ -84,0 +79,0 @@ "publishConfig": {

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