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

@calcom/embed-snippet

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@calcom/embed-snippet - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

dist/index.d.ts
import type { GlobalCalWithoutNs } from "@calcom/embed-core";
export default function EmbedSnippet(url?: string): GlobalCalWithoutNs & {
export default function EmbedSnippet(url?: any): GlobalCalWithoutNs & {
ns: Record<string, GlobalCalWithoutNs>;

@@ -4,0 +4,0 @@ };

{
"name": "@calcom/embed-snippet",
"sideEffects": false,
"version": "1.0.6",
"version": "1.0.7",
"main": "./dist/snippet.umd.js",

@@ -19,5 +19,4 @@ "module": "./dist/snippet.es.js",

"lint": "eslint --ext .ts,.js src",
"prepublishOnly": "NEXT_PUBLIC_EMBED_LIB_URL='https://app.cal.com/embed/embed.js' NEXT_PUBLIC_WEBAPP_URL='https://app.cal.com' yarn build",
"prepublish": "yarn prepublishOnly",
"publish-prod:patch": "yarn npm publish --access public",
"prepack": "NEXT_PUBLIC_EMBED_LIB_URL='https://app.cal.com/embed/embed.js' NEXT_PUBLIC_WEBAPP_URL='https://app.cal.com' yarn build",
"publish-prod": "yarn npm publish --access public",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"

@@ -34,4 +33,4 @@ },

"dependencies": {
"@calcom/embed-core": "^1.1.4"
"@calcom/embed-core": "^1.1.5"
}
}
}

Sorry, the diff of this file is not supported yet

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