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

@firestitch/clipboard

Package Overview
Dependencies
Maintainers
7
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firestitch/clipboard - npm Package Compare versions

Comparing version 12.0.1 to 13.0.0

esm2020/app/components/clipboard-button/clipboard-button.component.mjs

8

app/services/clipboard-service.d.ts

@@ -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>;
}

27

package.json
{
"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"
}
}
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