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

laravel-nova

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laravel-nova - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

2

package.json
{
"name": "laravel-nova",
"version": "1.6.0",
"version": "1.7.0",
"description": "Supporting modules for Laravel Nova",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -1,4 +0,1 @@

import each from 'lodash/each'
import get from 'lodash/get'
export default {

@@ -5,0 +2,0 @@ methods: {

@@ -10,4 +10,9 @@ import defaults from 'lodash/defaults'

this.$router.push({ query: defaults(value, this.$route.query) })
.catch(error => {
if (error.name != "NavigationDuplicated") {
throw error;
}
});
},
},
}

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

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