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

@discordx/di

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@discordx/di - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

build/cjs/index.d.ts

6

CHANGELOG.md

@@ -1,1 +0,5 @@

# Upcoming
# Stage
## Changed
- seperate internal logics ([57e032](https://github.com/oceanroleplay/discord.ts/commit/57e032a765bee0a66a7f36fabdde0499319606a8))

18

package.json
{
"name": "@discordx/di",
"version": "1.0.1",
"version": "1.0.2",
"private": false,

@@ -27,6 +27,12 @@ "description": "dependency injection service with TSyringe support",

"contributors": [
"Harry <indianoceanroleplay@gmail.com> (https://github.com/oceanroleplay)"
"Vijay Meena <indianoceanroleplay@gmail.com> (https://github.com/oceanroleplay)"
],
"main": "./build/index.js",
"module": "./build/index.js",
"exports": {
".": {
"import": "./build/esm/index.js",
"require": "./build/cjs/index.js"
}
},
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"files": [

@@ -41,3 +47,5 @@ "build",

"scripts": {
"build": "tsc",
"build": "tsc && npm run build:cjs",
"build:cjs": "tsc --module CommonJs --outDir build/cjs && npm run postbuild:cjs",
"postbuild:cjs": "node ../../scripts/postbuild.mjs --path=build",
"type-check": "tsc --noemit"

@@ -44,0 +52,0 @@ },

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