ZeroClipboard 1.1.7

Additional Details

This package has security vulnerabilities and is no longer recommended to be used. Consider updating to the latest version.

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package ZeroClipboard --version 1.1.7
NuGet\Install-Package ZeroClipboard -Version 1.1.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ZeroClipboard" Version="1.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ZeroClipboard --version 1.1.7
#r "nuget: ZeroClipboard, 1.1.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ZeroClipboard as a Cake Addin
#addin nuget:?package=ZeroClipboard&version=1.1.7

// Install ZeroClipboard as a Cake Tool
#tool nuget:?package=ZeroClipboard&version=1.1.7

The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.2 74,101 2/28/2014

Detailed release notes available at https://github.com/jonrohan/ZeroClipboard/blob/master/docs/releases.md#zeroclipboard-117
    
    1.14:
    [SECURITY] Removing flash.system.Security.allowDomain("*"); default. now should be set via flashvars.
    [SECURITY] XSS Vunerability, the clipText returned from the flash object needs to be escaped.