Comparing version 0.6.5 to 0.7.0
{ | ||
"name": "arecibo", | ||
"version": "0.6.5", | ||
"version": "0.7.0", | ||
"description": "Fastify plugin that respondes to kubernetes readiness and liveness probes.", | ||
"main": "./build/index.js", | ||
"types": "./build/index.d.ts", | ||
"main": "./lib/index.js", | ||
"module": "./lib-es/index.js", | ||
"types": "./lib/index.d.ts", | ||
"scripts": { | ||
"type-check": "tsc -p ./tsconfig.json --noEmit", | ||
"clean-build": "rimraf ./build && mkdir build", | ||
"clean-build": "rimraf ./lib ./lib-esm && mkdir lib lib-esm", | ||
"prebuild": "npm-run-all clean-build lint type-check", | ||
"build": "npm run build-types && npm run build-js", | ||
"build": "npm run build-types && npm-run-all build-js build-esm", | ||
"build-types": "tsc --emitDeclarationOnly", | ||
"build-js": "babel ./src --out-dir build --extensions \".ts,.tsx\" --source-maps inline", | ||
"build-js": "babel ./src --out-dir lib --extensions \".ts,.tsx\" -s", | ||
"build-esm": "tsc -m es6 --outDir lib-esm --declaration false", | ||
"prettier": "prettier --loglevel warn --write \"src/**/*.{ts,tsx}\"", | ||
@@ -49,3 +51,3 @@ "prelint": "npm run prettier", | ||
"@types/node": "^10.9.3", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-add-module-exports": "^0.3.3", | ||
"fastify": "^1.11.1", | ||
@@ -52,0 +54,0 @@ "npm-run-all": "^4.1.3", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
154735
5
3995