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

add-to-calendar-button

Package Overview
Dependencies
Maintainers
2
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

add-to-calendar-button - npm Package Compare versions

Comparing version 2.3.4 to 2.4.0

14

.eslintrc.json
{
"root": true,
"env": {

@@ -8,6 +9,6 @@ "browser": true,

},
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:security/recommended", "prettier"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"sourceType": "module",
"parser": "@typescript-eslint/parser",
"xss/no-mixed-html": [

@@ -24,4 +25,9 @@ 2,

},
"plugins": ["@typescript-eslint"],
"ignorePatterns": ["*.min.*", "Gruntfile.js", "set-release.js", "demo/dist/*"],
"extends": ["plugin:@typescript-eslint/recommended", "eslint:recommended", "plugin:security/recommended", "plugin:prettier/recommended"],
"plugins": ["@typescript-eslint", "prettier"],
"ignorePatterns": ["*.min.*", "dist/*", "Gruntfile.js", "set-release.js", "demo/dist/*"],
"rules": {

@@ -28,0 +34,0 @@ // TO-DO: Enable rules to find and optimize code style

@@ -0,2 +1,8 @@

/* eslint-disable no-unused-vars */
declare module 'add-to-calendar-button' {
export const i18nStrings: {
[key: string]: {
[key: string]: string;
};
};
export function atcb_action(

@@ -76,3 +82,3 @@ config: {

debug?: boolean | string;
nonce?: string;
cspnonce?: string;
blockInteraction?: boolean | string;

@@ -84,2 +90,7 @@ styleLight?: string;

pastDateHandling?: string;
proxy?: boolean | string;
fakeMobile?: boolean | string;
fakeIOS?: boolean | string;
fakeAndroid?: boolean | string;
forceOverlay?: boolean | string;
},

@@ -86,0 +97,0 @@ triggerElement?: HTMLElement,

{
"name": "add-to-calendar-button",
"version": "2.3.4",
"version": "2.4.0",
"engines": {

@@ -66,3 +66,3 @@ "node": ">=16.18.1",

"stylelint:fix": "npm run stylelint -- --fix",
"eslint": "npx eslint .",
"eslint": "npx eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore .",
"eslint:fix": "npm run eslint -- --fix",

@@ -83,8 +83,9 @@ "prettier": "npx prettier . --check",

"@open-wc/testing": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@web/test-runner": "^0.17.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-commonjs": "^1.0.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-security": "^1.7.1",

@@ -98,7 +99,6 @@ "grunt": ">=1.6.1",

"grunt-version": "^3.0.0",
"prettier": "3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"stylelint": "^15.10.2",
"prettier": "3.0.3",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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