@github/paste-markdown
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -11,2 +11,2 @@ import { install as installHTML, uninstall as uninstallHTML } from './paste-markdown-html'; | ||
declare function subscribe(el: HTMLElement, optionConfig?: OptionConfig): Subscription; | ||
export { subscribe, installHTML, installImageLink, installLink, installTable, installText, uninstallHTML, uninstallImageLink, uninstallTable, uninstallLink, uninstallText }; | ||
export { subscribe, installHTML, installImageLink, installLink, installTable, installText, uninstallHTML, uninstallImageLink, uninstallTable, uninstallLink, uninstallText, }; |
@@ -0,0 +0,0 @@ export interface OptionConfig { |
@@ -0,0 +0,0 @@ import { OptionConfig } from './option-config'; |
export declare function install(el: HTMLElement): void; | ||
export declare function uninstall(el: HTMLElement): void; |
export declare function install(el: HTMLElement): void; | ||
export declare function uninstall(el: HTMLElement): void; |
import { OptionConfig } from './option-config'; | ||
export declare function install(el: HTMLElement, optionConfig?: OptionConfig): void; | ||
export declare function uninstall(el: HTMLElement): void; |
export declare function install(el: HTMLElement): void; | ||
export declare function uninstall(el: HTMLElement): void; |
export declare function install(el: HTMLElement): void; | ||
export declare function uninstall(el: HTMLElement): void; |
export declare function insertText(textarea: HTMLInputElement | HTMLTextAreaElement, text: string): void; |
{ | ||
"name": "@github/paste-markdown", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Paste spreadsheet cells as a Markdown table.", | ||
"repository": "github/paste-markdown", | ||
"main": "dist/index.umd.js", | ||
"module": "dist/index.esm.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"type": "module", | ||
"scripts": { | ||
"clean": "rm -rf dist", | ||
"lint": "eslint src/*.ts test/*.js", | ||
"lint": "eslint . --ext .js,.ts && tsc --noEmit", | ||
"lint:fix": "npm run lint -- --fix", | ||
"prebuild": "npm run clean && npm run lint && mkdir dist", | ||
"build": "rollup -c", | ||
"pretest": "npm run build", | ||
"test": "karma start karma.config.js", | ||
"prepublishOnly": "npm run build" | ||
"bundle": "esbuild --bundle dist/index.js --keep-names --outfile=dist/bundle.js --format=esm", | ||
"build": "tsc && npm run bundle", | ||
"prepublishOnly": "npm run build", | ||
"test": "web-test-runner" | ||
}, | ||
@@ -28,17 +29,11 @@ "keywords": [ | ||
"devDependencies": { | ||
"@github/prettier-config": "0.0.4", | ||
"chai": "^4.3.4", | ||
"chromium": "^3.0.3", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-github": "^4.3.0", | ||
"karma": "^6.3.4", | ||
"karma-chai": "^0.1.0", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-mocha": "^2.0.1", | ||
"karma-mocha-reporter": "^2.2.5", | ||
"mocha": "^9.1.1", | ||
"rollup": "^2.56.3", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"typescript": "^4.4.3" | ||
"@github/prettier-config": "^0.0.6", | ||
"@open-wc/testing": "^4.0.0", | ||
"@web/dev-server-esbuild": "^1.0.2", | ||
"@web/test-runner": "^0.18.1", | ||
"esbuild": "^0.20.2", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-github": "^4.10.2", | ||
"typescript": "^5.4.2" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
8
22
1008
Yes
40076
1