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

nuxt-resource-module

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-resource-module - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

dist/builder/plugin-builder.js

@@ -59,3 +59,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

else {
vm.$set(vm, key, value);
console.warn('[nuxt-resrouce-module]', "Please add " + key + " to the data property");
}

@@ -62,0 +62,0 @@ });

{
"name": "nuxt-resource-module",
"version": "0.2.2",
"version": "0.2.3",
"description": "@nuxtjs/axios based API request wrapper for Nuxt.js",

@@ -23,3 +23,7 @@ "main": "dist/module.js",

"test:unit:watch": "jest --config jest.config.js --watch",
"release": "run-s lint test:unit build standard-version"
"prepublish": "run-s lint test:unit build",
"patch": "npm version patch",
"release": "standard-version",
"release:patch": "run-s patch git:publish",
"git:publish": "git push --follow-tags origin master && npm publish"
},

@@ -26,0 +30,0 @@ "devDependencies": {

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