add-to-calendar-button
Advanced tools
Comparing version 2.3.4 to 2.4.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
984455
10838