Socket
Socket
Sign inDemoInstall

clippie

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1

2

dist/index.d.ts
type Content = string | Blob | (string | Blob)[];
type Success = boolean;
type Opts = {
/** Whether to reject on unexpeced errors */
/** Whether to reject on unexpected errors. */
reject: boolean;

@@ -6,0 +6,0 @@ };

{
"name": "clippie",
"version": "4.1.0",
"version": "4.1.1",
"description": "Teeny-tiny browser clipboard copy",

@@ -10,2 +10,3 @@ "author": "silverwind",

"sideEffects": false,
"main": "./dist/index.js",
"exports": "./dist/index.js",

@@ -19,3 +20,3 @@ "types": "./dist/index.d.ts",

"eslint": "8.57.0",
"eslint-config-silverwind": "83.0.4",
"eslint-config-silverwind": "84.0.0",
"eslint-config-silverwind-typescript": "3.2.3",

@@ -31,4 +32,4 @@ "jsdom": "24.0.0",

"vitest": "1.5.3",
"vitest-config-silverwind": "8.0.5"
"vitest-config-silverwind": "9.0.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc