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

@rjgf/vue2-request

Package Overview
Dependencies
Maintainers
8
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rjgf/vue2-request - npm Package Compare versions

Comparing version 0.2.6 to 1.0.0

39

dist/main.js

@@ -140,3 +140,3 @@ /******/ (function(modules) { // webpackBootstrap

/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
var render = function() {
var render = function () {
var _vm = this

@@ -152,4 +152,4 @@ var _h = _vm.$createElement

error: _vm.error,
loading: _vm.loading
})
loading: _vm.loading,
}),
],

@@ -200,5 +200,3 @@ 2

let default_1 =
// eslint-disable-next-line import/no-unused-modules
class default_1 extends vue_property_decorator__WEBPACK_IMPORTED_MODULE_1__["Vue"] {
let default_1 = class default_1 extends vue_property_decorator__WEBPACK_IMPORTED_MODULE_1__["Vue"] {
constructor() {

@@ -327,3 +325,2 @@ super(...arguments);

})
// eslint-disable-next-line import/no-unused-modules
], default_1);

@@ -358,3 +355,3 @@ /* harmony default export */ __webpack_exports__["default"] = (default_1);

function normalizeComponent (
function normalizeComponent(
scriptExports,

@@ -366,9 +363,8 @@ render,

scopeId,
moduleIdentifier, /* server only */
moduleIdentifier /* server only */,
shadowMode /* vue-cli only */
) {
// Vue.extend constructor export interop
var options = typeof scriptExports === 'function'
? scriptExports.options
: scriptExports
var options =
typeof scriptExports === 'function' ? scriptExports.options : scriptExports

@@ -393,3 +389,4 @@ // render functions

var hook
if (moduleIdentifier) { // server build
if (moduleIdentifier) {
// server build
hook = function (context) {

@@ -420,7 +417,7 @@ // 2.3 injection

? function () {
injectStyles.call(
this,
(options.functional ? this.parent : this).$root.$options.shadowRoot
)
}
injectStyles.call(
this,
(options.functional ? this.parent : this).$root.$options.shadowRoot
)
}
: injectStyles

@@ -436,3 +433,3 @@ }

var originalRender = options.render
options.render = function renderWithStyleInjection (h, context) {
options.render = function renderWithStyleInjection(h, context) {
hook.call(context)

@@ -444,5 +441,3 @@ return originalRender(h, context)

var existing = options.beforeCreate
options.beforeCreate = existing
? [].concat(existing, hook)
: [hook]
options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
}

@@ -449,0 +444,0 @@ }

{
"author": "rjgh",
"dependencies": {
"@rjgf/http-client": "0.2.6"
"@rjgf/http-client": "1.0.0"
},

@@ -34,3 +34,3 @@ "sideEffects": true,

],
"gitHead": "5d951b84d120e643ac59f2ee05b759e8d2c9b1ba",
"gitHead": "d0dc7c3613e04ef935cfc24a885febb8aee6147c",
"license": "Apache-2.0",

@@ -42,10 +42,10 @@ "main": "./dist/main.js",

},
"version": "1.0.0",
"scripts": {
"build": "webpack-cli -c ./webpack.config.js --progress --color --mode none",
"dev": "webpack-cli -c ./webpack.config.js --progress --color --watch --mode none",
"lint": "yarn eslint --config .eslintrc.js --ignore-path ../../.eslintignore --no-eslintrc --fix --ext .js,.jsx,.ts,.tsx,.vue ./src",
"prepublish": "yarn build",
"lint": "pnpm eslint --config .eslintrc.js --ignore-path ../../.eslintignore --no-eslintrc --fix --ext .js,.jsx,.ts,.tsx,.vue ./src",
"prepublish": "pnpm build",
"test": "echo 'test skip' && exit 0"
},
"version": "0.2.6"
}
}
}
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