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

vue-focus

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-focus - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

9

CHANGELOG.md

@@ -0,1 +1,9 @@

## [0.1.2] - 2016-08-14
### Fixed
- Moved `vue` to `peerDependencies`
### Changed
- Moved from `envify` to `loose-envify`
## [0.1.1] - 2015-12-26

@@ -18,1 +26,2 @@

[0.1.1]: https://github.com/simplesmiler/vue-focus/compare/0.1.0...0.1.1
[0.1.2]: https://github.com/simplesmiler/vue-focus/compare/0.1.1...0.1.2

12

package.json
{
"name": "vue-focus",
"description": "Reusable focus directive for reusable Vue.js components",
"version": "0.1.1",
"description": "A set of reusable focus directives for reusable Vue.js components",
"version": "0.1.2",
"author": "Denis Karabaza <denis.karabaza@gmail.com>",
"browserify": {
"transform": [
"envify"
"loose-envify"
]

@@ -15,4 +15,3 @@ },

"dependencies": {
"envify": "^3.4.0",
"vue": "^1.0.0"
"loose-envify": "^1.2.0"
},

@@ -40,2 +39,5 @@ "devDependencies": {

"main": "dist/vue-focus.common.js",
"peerDependencies": {
"vue": "^1.0.0"
},
"repository": {

@@ -42,0 +44,0 @@ "type": "git",

@@ -41,5 +41,5 @@ # vue-focus

``` html
<script src="https://cdn.rawgit.com/simplesmiler/vue-focus/0.1.1/dist/vue-focus.js"></script>
<script src="https://cdn.rawgit.com/simplesmiler/vue-focus/0.1.2/dist/vue-focus.js"></script>
<!-- OR -->
<script src="https://cdn.rawgit.com/simplesmiler/vue-focus/0.1.1/dist/vue-focus.min.js"></script>
<script src="https://cdn.rawgit.com/simplesmiler/vue-focus/0.1.2/dist/vue-focus.min.js"></script>
```

@@ -46,0 +46,0 @@

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