stimulus-clipboard
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -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 @@ |
{ | ||
"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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
9
0
5702
8
7
1
1
- Removedstimulus@^2.0.0