Socket
Socket
Sign inDemoInstall

metal-clipboard

Package Overview
Dependencies
4
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-rc.1 to 1.0.0-rc.2

lib/Clipboard.js

10

package.json
{
"name": "metal-clipboard",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "Metal's component for copying content to the clipboard",

@@ -11,4 +11,6 @@ "license": "BSD",

},
"main": "src/Clipboard.js",
"jsnext:main": "src/Clipboard.js",
"main": "lib/Clipboard.js",
"files": [
"lib",
"src",

@@ -18,2 +20,4 @@ "test"

"scripts": {
"compile": "babel --presets metal -d lib/ src/",
"prepublish": "npm run compile",
"test": "gulp test"

@@ -31,2 +35,4 @@ },

"devDependencies": {
"babel-cli": "^6.4.5",
"babel-preset-metal": "^4.0.0",
"bootstrap": "^3.3.6",

@@ -33,0 +39,0 @@ "gulp": "^3.8.11",

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