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

@hyper-package/dependency-container

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyper-package/dependency-container - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

out/index.js

13

package.json
{
"name": "@hyper-package/dependency-container",
"description": "Dependency Injection extension for hyper framework based on tst-reflect-transformer.",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"start": "npx ttsc && node out/index.js",
"build": "npx ttsc",
"start": "npm run build && node out/index.js",
"dev-debug": "npx ttsc --inspect-brk src/index.ts",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "index.js",
"types": "index.d.ts",
"main": "out/index.js",
"types": "out/index.d.ts",
"license": "MIT",

@@ -25,6 +27,3 @@ "author": {

"typescript": "4.8.4"
},
"publishConfig": {
"access": "public"
}
}
{
"compilerOptions": {
"module": "commonjs",
"module": "ESNext",
"target": "ES2020",
"moduleResolution": "node",
"removeComments": true,
"sourceMap": true,
"allowJs": true,
"experimentalDecorators": true,
"rootDir": "src",
"outDir": "out",
"rootDir": "./src",
"baseUrl": ".",
"outDir": "./out",
"plugins": [

@@ -16,2 +19,5 @@ {

},
"include": [
"src/**/*.ts"
],
"reflection": {

@@ -18,0 +24,0 @@ "metadata": false,

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