Socket
Socket
Sign inDemoInstall

yaldic

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaldic - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

index.js

31

package.json
{
"name": "yaldic",
"version": "0.1.0",
"version": "0.2.0",
"description": "Yet Another Lightweight Dependency Injection Container",

@@ -27,3 +27,30 @@ "main": "index.js",

},
"homepage": "https://github.com/influentialpublishers/yaldic#readme"
"homepage": "https://github.com/influentialpublishers/yaldic#readme",
"eslintConfig": {
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {}
},
"env": {
"node": true
},
"ecmaFeatures": {
"arrowFunctions": true,
"blockBindings": true,
"defaultParams": true,
"destructuring": true,
"spread": true,
"templateStrings": true
}
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"dependencies": {
"dependency-graph": "^0.5.0",
"istanbul": "^0.4.4"
}
}
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