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.2 to 1.0.0

66

package.json
{
"name": "metal-clipboard",
"version": "1.0.0-rc.2",
"description": "Metal's component for copying content to the clipboard",
"license": "BSD",
"repository": "metal/metal-clipboard",
"engines": {
"node": ">=0.12.0",
"npm": ">=3.0.0"
},
"jsnext:main": "src/Clipboard.js",
"main": "lib/Clipboard.js",
"files": [
"lib",
"src",
"test"
],
"scripts": {
"compile": "babel --presets metal -d lib/ src/",
"prepublish": "npm run compile",
"test": "gulp test"
},
"keywords": [
"clipboard",
"metal"
],
"name": "metal-clipboard",
"version": "1.0.0",
"description": "Metal's component for copying content to the clipboard",
"license": "BSD",
"repository": "metal/metal-clipboard",
"engines": {
"node": ">=0.12.0",
"npm": ">=3.0.0"
},
"jsnext:main": "src/Clipboard.js",
"main": "lib/Clipboard.js",
"files": [
"lib",
"src",
"test"
],
"scripts": {
"compile": "babel --presets metal -d lib/ src/",
"prepublish": "npm run compile",
"test": "gulp test"
},
"keywords": [
"clipboard",
"metal"
],
"dependencies": {
"metal": "^1.0.0-rc.1",
"metal-state": "^1.0.0-rc.1",
"metal-dom": "^1.0.0-rc.2"
"metal": "^1.0.0",
"metal-state": "^1.0.0",
"metal-dom": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-preset-metal": "^4.0.0",
"bootstrap": "^3.3.6",
"gulp": "^3.8.11",
"gulp-metal": "^1.0.0"
}
"gulp": "^3.8.11",
"gulp-metal": "^1.0.0"
}
}
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