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

systemic

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

systemic - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

cc-test-reporter

6

CHANGELOG.md
# Change Log
## [3.1.1]
### Changed
- Automate codeclimate reporting
- Updated dependencies
- Housekeeping
## [3.1.0]

@@ -4,0 +10,0 @@ ### Changed

42

package.json
{
"name": "systemic",
"version": "3.1.0",
"version": "3.1.1",
"description": "A minimal dependency injection library for node",
"main": "index.js",
"scripts": {
"test": "mocha test",
"qa": "npm run lint && npm run test",
"lint": "eslint .",
"istanbul": "istanbul cover --report html --report lcov _mocha",
"codeclimate": "(test -e .codeclimate && npm run istanbul && source .codeclimate) || echo skipping codeclimate",
"nsp": "nsp check",
"precommit": "npm run lint && npm test",
"prepush": "npm run codeclimate && npm run nsp"
"test": "nyc --report html --reporter lcov --reporter text-summary mocha test"
},

@@ -29,14 +25,14 @@ "keywords": [

"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.5.0",
"eslint-config-imperative": "^2.1.0",
"eslint-plugin-imperative": "^2.1.0",
"husky": "^0.14.3",
"istanbul": "^0.4.5",
"mocha": "^5.1.1"
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-imperative": "^3.0.0",
"eslint-plugin-imperative": "^3.0.0",
"husky": "^4.2.3",
"mocha": "^7.1.1",
"nyc": "^15.0.0"
},
"dependencies": {
"async": "^2.6.0",
"chance": "^1.0.16",
"debug": "^4.0.0",
"async": "^3.2.0",
"chance": "^1.1.4",
"debug": "^4.1.1",
"lodash.assign": "^4.2.0",

@@ -52,5 +48,4 @@ "lodash.defaults": "^4.2.0",

"lodash.toarray": "^4.4.0",
"require-all": "^2.1.0",
"toposort-class": "^1.0.1",
"uuid": "^3.2.1"
"require-all": "^3.0.0",
"toposort-class": "^1.0.1"
},

@@ -71,3 +66,8 @@ "directories": {

},
"homepage": "https://guidesmiths.github.io/systemic/"
"homepage": "https://guidesmiths.github.io/systemic/",
"husky": {
"hooks": {
"pre-commit": "qa"
}
}
}

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