Socket
Socket
Sign inDemoInstall

didi

Package Overview
Dependencies
0
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.0.1 to 10.1.0-0

dist/index.d.ts

47

package.json
{
"name": "didi",
"version": "10.0.1",
"version": "10.1.0-0",
"description": "Dependency Injection for JavaScript",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"types": "lib/index.d.ts",
"source": "lib/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"type": "module",
"scripts": {
"all": "run-s lint test bundle check-types integration-test",
"all": "run-s lint bundle test check-types integration-test",
"bundle": "cross-env NODE_ENV=production rollup -c --bundleConfigAsCjs",
"lint": "run-s lint:*",
"lint:eslint": "eslint --ext ts,js,cjs .",
"lint:tsc": "tsc --pretty --noEmit",
"lint": "eslint --ext ts,js,cjs .",
"check-types": "run-s check-types:*",
"check-types:lib": "tsc --pretty --noEmit",
"check-types:test": "tsc --project test --pretty --noEmit",

@@ -38,18 +44,18 @@ "check-types:integration": "tsc --project test/integration --pretty --noEmit",

"devDependencies": {
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"chai": "^4.3.8",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@web/rollup-plugin-copy": "^0.5.1",
"chai": "^4.4.1",
"cross-env": "^7.0.3",
"didi": "file:",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.2",
"npm-run-all2": "^6.1.2",
"nyc": "^15.1.0",
"rollup": "^4.5.1",
"ts-node": "^10.9.1",
"typescript": "~5.2"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},

@@ -60,5 +66,4 @@ "author": "Nico Rehwaldt <https://github.com/nikku>",

"files": [
"dist",
"lib/index.d.ts"
"dist"
]
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc