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

react-calendly

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-calendly - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

typings/calendly.d.ts

13

package.json
{
"name": "react-calendly",
"version": "0.0.6",
"version": "0.0.7",
"description": "Calendly integration for React apps",

@@ -9,2 +9,3 @@ "author": "tcampb",

"main": "dist/index.js",
"typings": "typings/index.d.ts",
"module": "dist/index.es.js",

@@ -16,6 +17,11 @@ "jsnext:main": "dist/index.es.js",

},
"keywords": [
"react",
"calendly",
"component"
],
"scripts": {
"test": "cross-env CI=1 react-scripts-ts test --env=jsdom",
"test:watch": "react-scripts-ts test --env=jsdom",
"build": "rollup -c",
"build": "rollup -c && tsc --emitDeclarationOnly",
"start": "rollup -c -w",

@@ -71,4 +77,5 @@ "prepare": "npm run build",

"files": [
"dist"
"dist",
"typings"
]
}
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