Socket
Socket
Sign inDemoInstall

clipboard

Package Overview
Dependencies
4
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.1 to 1.5.2

lib/clipboard-action.js

2

dist/clipboard.js
/*!
* clipboard.js v1.5.1
* clipboard.js v1.5.2
* https://zenorocha.github.io/clipboard.js

@@ -4,0 +4,0 @@ *

/*!
* clipboard.js v1.5.1
* clipboard.js v1.5.2
* https://zenorocha.github.io/clipboard.js

@@ -4,0 +4,0 @@ *

{
"name": "clipboard",
"version": "1.5.1",
"version": "1.5.2",
"description": "Modern copy to clipboard. No Flash. Just 2kb",
"repository": "zenorocha/clipboard.js",
"license": "MIT",
"main": "dist/clipboard.js",
"browser": "src/clipboard.js",
"main": "lib/clipboard.js",
"browserify": {

@@ -25,4 +24,2 @@ "transform": [

"dependencies": {
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"good-listener": "^1.1.2",

@@ -33,2 +30,5 @@ "select": "^1.0.4",

"devDependencies": {
"babel": "^5.8.29",
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"karma": "^0.13.10",

@@ -51,6 +51,5 @@ "karma-browserify": "^4.4.0",

"build-watch": "watchify src/clipboard.js -s Clipboard -o dist/clipboard.js -v",
"test": "npm run test-browser && npm run test-server",
"test-browser": "karma start --single-run",
"test-server": "mocha test/module-systems.js"
"test": "karma start --single-run",
"prepublish": "babel src --out-dir lib --loose all"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc