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

apistart

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apistart - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/index.d.ts

76

package.json
{
"name": "apistart",
"version": "0.1.0",
"description": "Small Typescriped framework that jumpstarts every webproject. Used Technoligies: Express, Mocha, New Relic, Winston",
"version": "0.1.1",
"description": "Simple & Complete framework that QuickStart every new Node / Typescript Api development.",
"main": "lib/index",
"types": "lib/index",
"typescript": {
"definition": "lib/index"
},
"repository": "https://github.com/BleeveNL/apistart",

@@ -23,26 +27,3 @@ "author": "BleeveNL <dev@bleeve.nl>",

],
"scripts": {
"clean": "rimraf lib",
"start": "node /lib/src/server",
"lint": "tslint --force --format verbose \"{src,@CustomTypes}/**/*.ts\"",
"build": "npm run clean && npm run lint && echo Using TypeScript && tsc --version && tsc --pretty",
"test": "npm build && NODE_ENV=test mocha --recursive --compilers ts:ts-node/register --ui tdd",
"coverage": "NODE_ENV=test nyc npm test",
"dev": "nodemon -x \"npm run lint && ts-node src/Server\""
},
"dependencies": {
"amqplib": "^0.5.1",
"body-parser": "^1.17.1",
"csv-parse": "^1.2.1",
"debug": "^2.6.3",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"got": "^7.1.0",
"helmet": "^3.8.0",
"hpp": "^0.2.2",
"joi": "^10.4.1",
"newrelic": "^1.38.2",
"winston": "^2.3.1",
"xxhash": "^0.2.4"
},
"dependencies": {},
"nyc": {

@@ -72,34 +53,21 @@ "include": [

"devDependencies": {
"@newrelic/native-metrics": "^2.1.1",
"@types/amqplib": "^0.5.1",
"@types/chai": "^3.5.1",
"@types/csv-parse": "^1.1.9",
"@types/debug": "0.0.29",
"@types/dotenv": "^2.0.20",
"@types/express": "^4.0.39",
"@types/helmet": "0.0.34",
"@types/joi": "^10.3.2",
"@types/mocha": "^2.0.0",
"@types/node": "^7.0.49",
"@types/sinon": "^2.3.3",
"@types/winston": "^2.3.2",
"chai": "^3.5.0",
"coveralls": "^2.0.0",
"mocha": "^3.3.0",
"mocha-junit-reporter": "^1.13.0",
"mocha-typescript": "^1.0.23",
"node-ts": "^2.1.2",
"nodemon": "^1.11.0",
"nyc": "^10.2.0",
"sinon": "^2.3.8",
"ts-node": "^3.3.0",
"tslint": "^5.0.0",
"tslint-config-prettier": "^1.6.0",
"tslint-eslint-rules": "^4.0.0",
"typescript": "^2.4.2"
"@types/node": "^8.0.58",
"chai": "^4.1.2",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"mocha-junit-reporter": "^1.15.0",
"nodemon": "^1.12.5",
"rimraf": "^2.6.2",
"sinon": "^4.1.3",
"typescript": "^2.6.2"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"build": "./node_modules/.bin/rimraf ./lib && ./node_modules/.bin/tsc",
"test": "npm run build && APP_ENV=testing NODE_ENV=testing ./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha tests -- --recursive --prof --ui tdd --throw-deprecation --reporter mocha-junit-reporter",
"devtest": "npm run build && APP_ENV=testing NODE_ENV=testing ./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha tests -- --recursive --prof --ui tdd --throw-deprecation",
"dev": "./node_modules/nodemon/bin/nodemon.js --config ./.nodemoncfg -x \"clear && npm run devtest\""
}
}
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