New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

framework7-vue

Package Overview
Dependencies
Maintainers
1
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framework7-vue - npm Package Compare versions

Comparing version 0.8.4 to 0.8.5

5

CHANGELOG.md
# Change Log
## Framework7 Vue v0.8.5 - Updated on March 1, 2017
* Fixed some issue with `v-model` on form inputs
* Fixed issues with click events on checkboxes
* Minor fixes
## Framework7 Vue v0.8.4 - Updated on February 18, 2017

@@ -4,0 +9,0 @@ * Fixed `link-animate-pages` property to accept and render correct value

7

kitchen-sink/routes.js

@@ -211,3 +211,3 @@ // Pages

{
path: '/tab-1/:id/:post_id',
path: '/',
tabId: 'tab1',

@@ -222,7 +222,2 @@ component: Tab1

{
path: '/tab-2/:id2/:post_id2',
tabId: 'tab2',
component: Tab2
},
{
path: '/tab-3/',

@@ -229,0 +224,0 @@ tabId: 'tab3',

{
"name": "framework7-vue",
"version": "0.8.4",
"version": "0.8.5",
"description": "Build full featured iOS & Android apps using Framework7 & Vue",

@@ -50,17 +50,17 @@ "main": "dist/framework7-vue.min.js",

"css-loader": "^0.26.1",
"file-loader": "^0.9.0",
"file-loader": "^0.10.1",
"gulp": "^3.9.1",
"gulp-header": "^1.8.8",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.2.1",
"gulp-uglify": "^2.0.0",
"rollup": "^0.37.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-vue2": "^0.6.1",
"rollup-stream": "^1.16.0",
"rollup-plugin-vue2": "^0.8.0",
"rollup-stream": "^1.19.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vue": "^2.1.10",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.10",
"vue": "^2.2.1",
"vue-loader": "^11.1.3",
"vue-template-compiler": "^2.2.1",
"webpack": "^1.14.0",

@@ -67,0 +67,0 @@ "webpack-dev-server": "^1.16.2"

@@ -44,3 +44,3 @@ const combinePaths = (...paths) => {

const flattenRoutes = (routes) => {
const flattenRoutes = (routes = []) => {
return routes.reduce((accumulatedFlattenedRoutes, nextRoute) => {

@@ -47,0 +47,0 @@ let flattenedNextRoute;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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