Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stimulus-clipboard

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stimulus-clipboard - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

.eslintignore

9

CHANGELOG.md

@@ -9,2 +9,11 @@ # Changelog

## [2.0.0] - 2021-06-02
### Chore
- Moving from [Snowpack](https://www.snowpack.dev/) to [Vite](https://vitejs.dev/)
- Using stimulus as external library reducing bundle size from `40.64kb` to `0.59kb`.
- Moving to [TypeScript](https://www.typescriptlang.org/).
- Upgrading Node to 14.17.0
## [1.0.0] - 2020-12-14

@@ -11,0 +20,0 @@

52

package.json
{
"name": "stimulus-clipboard",
"version": "2.0.0",
"description": "A Stimulus controller to copy text to clipboard.",
"version": "1.0.0",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"pika": true,
"sideEffects": false,
"keywords": [

@@ -19,26 +12,35 @@ "stimulus",

],
"homepage": "https://github.com/stimulus-components/stimulus-clipboard",
"repository": "git@github.com:stimulus-components/stimulus-clipboard.git",
"bugs": {
"url": "https://github.com/stimulus-components/stimulus-clipboard/issues"
},
"repository": "git@github.com:stimulus-components/stimulus-clipboard.git",
"dependencies": {
"stimulus": "^2.0.0"
"author": "Guillaume Briday <guillaumebriday@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/stimulus-components/stimulus-clipboard",
"private": false,
"main": "dist/stimulus-clipboard.umd.js",
"module": "dist/stimulus-clipboard.es.js",
"scripts": {
"format": "prettier-standard '**/*.{ts,css,html}' --format",
"lint": "prettier-standard '**/*.{ts,css,html}' --lint",
"dev": "vite",
"prod": "vite build --config /dev/null",
"build": "tsc --noEmit && vite build",
"version": "yarn build",
"np": "np --no-2fa --no-tests"
},
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/plugin-syntax-class-properties": "7.12.1",
"@babel/preset-env": "7.12.10",
"@pika/pack": "0.5.0",
"@pika/plugin-build-node": "0.9.2",
"@pika/plugin-build-web": "0.9.2",
"@pika/plugin-standard-pkg": "0.9.2",
"@snowpack/plugin-babel": "2.1.5",
"@babel/core": "7.14.3",
"@babel/plugin-syntax-class-properties": "7.12.13",
"@babel/preset-env": "^7.14.4",
"@babel/preset-typescript": "^7.13.0",
"np": "^7.5.0",
"prettier-standard": "16.4.1",
"snowpack": "2.18.4"
"stimulus": "^2.0.0",
"typescript": "^4.3.2",
"vite": "^2.3.6"
},
"private": false,
"esnext": "dist-src/index.js",
"module": "dist-web/index.js",
"main": "dist-node/index.js"
"peerDependencies": {
"stimulus": "^2.0.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc