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

node-calendly

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-calendly - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

package.json
{
"name": "node-calendly",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node module to access calendly api.",

@@ -12,3 +12,3 @@ "main": "./lib/Calendly.js",

"prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"format": "prettier --write \"src/**/*.ts\"",
"build": "tsc",

@@ -22,3 +22,5 @@ "dev": "ts-node-dev ./src/index.ts",

"postversion": "git push && git push --tags",
"lint": "tslint -c tslint.json -p tsconfig.json --fix"
"lint": "tslint -c tslint.json -p tsconfig.json --fix",
"npmpublish": "npm publish",
"patch": "npm version patch && npm run npmpublish"
},

@@ -25,0 +27,0 @@ "repository": {

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