@firestitch/clipboard
Advanced tools
Comparing version 12.0.1 to 13.0.0
@@ -6,7 +6,13 @@ import { FsMessage } from '@firestitch/message'; | ||
constructor(_message: FsMessage); | ||
copy(data: any, options?: { | ||
copyHtml(html: string, options?: { | ||
showMessage?: boolean; | ||
}): Promise<void>; | ||
copy(data: string | { | ||
[key: string]: any; | ||
}, options?: { | ||
showMessage?: boolean; | ||
}): Promise<void>; | ||
private _createWrite; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsClipboard, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<FsClipboard>; | ||
} |
{ | ||
"name": "@firestitch/clipboard", | ||
"version": "12.0.1", | ||
"version": "13.0.0", | ||
"repository": { | ||
@@ -20,11 +20,24 @@ "type": "git", | ||
"sideEffects": false, | ||
"main": "bundles/firestitch-clipboard.umd.js", | ||
"module": "fesm2015/firestitch-clipboard.js", | ||
"es2015": "fesm2015/firestitch-clipboard.js", | ||
"esm2015": "esm2015/firestitch-clipboard.js", | ||
"fesm2015": "fesm2015/firestitch-clipboard.js", | ||
"module": "fesm2015/firestitch-clipboard.mjs", | ||
"es2020": "fesm2020/firestitch-clipboard.mjs", | ||
"esm2020": "esm2020/firestitch-clipboard.mjs", | ||
"fesm2020": "fesm2020/firestitch-clipboard.mjs", | ||
"fesm2015": "fesm2015/firestitch-clipboard.mjs", | ||
"typings": "firestitch-clipboard.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./firestitch-clipboard.d.ts", | ||
"esm2020": "./esm2020/firestitch-clipboard.mjs", | ||
"es2020": "./fesm2020/firestitch-clipboard.mjs", | ||
"es2015": "./fesm2015/firestitch-clipboard.mjs", | ||
"node": "./fesm2015/firestitch-clipboard.mjs", | ||
"default": "./fesm2020/firestitch-clipboard.mjs" | ||
} | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.2.0" | ||
"tslib": "^2.3.0" | ||
} | ||
} |
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
75494
640
1
Updatedtslib@^2.3.0