New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wessberg/di-compiler

Package Overview
Dependencies
Maintainers
0
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wessberg/di-compiler - npm Package Compare versions

Comparing version 4.0.0-beta.1 to 4.0.0

2

dist/loader/esm/hooks/index.js

@@ -169,3 +169,3 @@ import {

const rawSource = await fs2.readFile(new URL(url), "utf-8");
const { code: source } = transform(rawSource.toString(), filePath, data2);
const { code: source } = transform(rawSource.toString(), filePath, data2?.transformOptions);
loaded.source = source;

@@ -172,0 +172,0 @@ }

The MIT License (MIT)
Copyright © 2024 [Frederik Wessberg](mailto:frederikwessberg@hotmail.com) ([@FredWessberg](https://twitter.com/FredWessberg)) ([Website](https://github.com/wessberg))
Copyright © 2024

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@wessberg/di-compiler",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "A Custom Transformer for Typescript that enables compile-time Dependency Injection",

@@ -35,26 +35,26 @@ "keywords": [

"devDependencies": {
"@types/node": "^22.7.1",
"@types/prettier": "^3.0.0",
"@prettier/sync": "0.5.2",
"@types/node": "^22.7.5",
"@types/semver": "^7.5.8",
"@wessberg/ts-config": "^5.0.17",
"@wessberg/prettier-config": "^1.0.0",
"@prettier/sync": "0.5.2",
"eslint": "^9.11.1",
"@wessberg/ts-config": "^5.0.20",
"@eslint/js": "9.12.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.2.4",
"eslint-plugin-jsdoc": "^50.3.1",
"eslint-plugin-prettier": "^5.2.1",
"typescript-eslint": "^8.7.0",
"semver": "^7.6.3",
"typescript-eslint": "^8.8.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"np": "^10.0.7",
"pnpm": "^9.11.0",
"npm-check-updates": "^17.1.3",
"pnpm": "^9.12.1",
"prettier": "^3.3.3",
"lint-staged": "^15.2.10",
"rimraf": "^6.0.1",
"sandhog": "^2.0.2",
"sandhog": "^3.0.0",
"semver": "^7.6.3",
"standard-changelog": "^6.0.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"npm-check-updates": "^17.1.3",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"typescript-3-4-1": "npm:typescript@3.4.1",

@@ -85,11 +85,11 @@ "typescript-3-5-1": "npm:typescript@3.5.1",

"dependencies": {
"compatfactory": "^4.0.2",
"crosspath": "^2.0.0",
"get-tsconfig": "^4.8.1",
"helpertypes": "^0.0.19",
"get-tsconfig": "^4.8.1",
"ts-evaluator": "^1.2.0",
"compatfactory": "^4.0.2"
"ts-evaluator": "^2.0.0"
},
"peerDependencies": {
"typescript": ">=3.x || >= 4.x || >= 5.x",
"pirates": ">=4.x"
"pirates": ">=4.x",
"typescript": ">=3.x || >= 4.x || >= 5.x"
},

@@ -96,0 +96,0 @@ "peerDependenciesMeta": {

@@ -98,3 +98,2 @@ <!-- SHADOW_SECTION_LOGO_START -->

- [Contributing](#contributing)
- [Maintainers](#maintainers)
- [FAQ](#faq)

@@ -494,8 +493,2 @@ - [DI-Compiler doesn't correctly update all my calls to the DIContainer methods](#di-compiler-doesnt-correctly-update-all-my-calls-to-the-dicontainer-methods)

## Maintainers
| <a href="mailto:frederikwessberg@hotmail.com"><img alt="Frederik Wessberg" src="https://avatars2.githubusercontent.com/u/20454213?s=460&v=4" height="70" /></a> |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Frederik Wessberg](mailto:frederikwessberg@hotmail.com)<br><strong>Twitter</strong>: [@FredWessberg](https://twitter.com/FredWessberg)<br><strong>Github</strong>: [@wessberg](https://github.com/wessberg)<br>_Lead Developer_ |
<!-- SHADOW_SECTION_MAINTAINERS_END -->

@@ -548,4 +541,4 @@

MIT © [Frederik Wessberg](mailto:frederikwessberg@hotmail.com) ([@FredWessberg](https://twitter.com/FredWessberg)) ([Website](https://github.com/wessberg))
MIT ©
<!-- SHADOW_SECTION_LICENSE_END -->

Sorry, the diff of this file is not supported yet

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