Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arecibo

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arecibo - npm Package Compare versions

Comparing version 0.6.5 to 0.7.0

16

package.json
{
"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

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