Socket
Socket
Sign inDemoInstall

exframe-rest

Package Overview
Dependencies
109
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.3.0

19

package.json

@@ -7,3 +7,3 @@ {

},
"version": "3.2.0",
"version": "3.3.0",
"description": "Rest framework module",

@@ -22,4 +22,4 @@ "main": "index.js",

"integration-tests": "nyc -r lcov --report-dir ./documentation/coverage -t ./documentation/coverage _mocha -- \"./test-integration/**/*.test.js\" -R $npm_package_config_reporter -c --recursive",
"pretest": "./node_modules/.bin/npm-install-peers && npm run lint",
"lint": "./node_modules/.bin/eslint ."
"pretest": "npm run lint",
"lint": "eslint"
},

@@ -38,15 +38,18 @@ "author": "Exzeo",

"devDependencies": {
"chai": "^4.3.4",
"chai": "*",
"eslint": "*",
"eslint-config-airbnb-base": "*",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-import": "*",
"mocha": "*",
"mocha-exzeo-reporter": "*",
"nodemon": "^2.0.7",
"nodemon": "*",
"npm-install-peers": "*",
"nyc": "*",
"proxyquire": "^2.1.3",
"proxyquire": "*",
"sinon": "*"
},
"gitHead": "1959247957f1a308c44d4c5210712125ab6e5573"
"engines": {
"node": ">=14.0.0"
},
"gitHead": "56ff8bc05dfaf32745361c9685fe276ddc5f8478"
}
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