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

@netsells/nuxt-hatchly

Package Overview
Dependencies
Maintainers
9
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netsells/nuxt-hatchly - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

modules/navigation/index.js

@@ -45,3 +45,3 @@ import Vue from 'vue';

async get({ commit }) {
const { data } = await this.$axios.$get(`navigation/groups`);
const { data } = await this.$axios.$get('navigation/groups');

@@ -48,0 +48,0 @@ let requests = data.map(({ key}) => this.$axios.$get(`navigation/groups/${ key }/items`));

@@ -38,10 +38,4 @@ import Vue from 'vue';

async get({ commit }) {
const { data } = await this.$axios.$get('http://bsg-api.test/navigation/groups');
const { data } = await this.$axios.$get('snippets');
for (let i = 0; i < data.length; i++) {
const key = data[i].key;
const { data: items } = await this.$axios.$get(`http://bsg-api.test/navigation/groups/${ key }/items`);
data[i].items = items;
}
commit('set', data);

@@ -48,0 +42,0 @@ },

{
"name": "@netsells/nuxt-hatchly",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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