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

hapi-caldav

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-caldav - npm Package Compare versions

Comparing version 1.0.0-0 to 1.0.0-2

dist/cjs/index.js

19

package.json
{
"name": "hapi-caldav",
"version": "1.0.0-0",
"version": "1.0.0-2",
"description": "hapi plugin providing calDAV routes with pluggable data backend",
"module": "dist/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"scripts": {
"compile": "tsc",
"compile": "rollup -c",
"dev": "NODE_ENV=local nodemon start.ts",

@@ -12,3 +16,3 @@ "lint": "npm run lint:es",

"lint:es:fix": "npm run lint:es -- --fix",
"prepare": "husky install",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"",
"prepublishOnly": "npm run compile",

@@ -34,2 +38,6 @@ "start": "npm run compile && node dist/start.js"

"@hapi/hapi": "^20.2.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@types/hapi__basic": "^5.1.2",

@@ -50,2 +58,5 @@ "@types/hapi__hapi": "^20.0.13",

"nodemon": "^2.0.20",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-polyfill-node": "^0.11.0",
"ts-node": "^10.9.1",

@@ -52,0 +63,0 @@ "typescript": "^4.8.4"

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