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

vue-async-computed

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-async-computed - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

4

dist/vue-async-computed.js

@@ -1,3 +0,1 @@

'use strict';
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };

@@ -7,3 +5,3 @@

(typeof exports === 'undefined' ? 'undefined' : _typeof(exports)) === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : global.AsyncComputed = factory();
})(undefined, function () {
})(this, function () {
'use strict';

@@ -10,0 +8,0 @@

{
"name": "vue-async-computed",
"version": "3.4.0",
"version": "3.4.1",
"description": "Async computed properties for Vue",

@@ -5,0 +5,0 @@ "main": "dist/vue-async-computed.js",

@@ -105,3 +105,3 @@ <big><h1 align="center">vue-async-computed</h1></big>

-->
<script src="https://unpkg.com/vue-async-computed@3.4.0"></script>
<script src="https://unpkg.com/vue-async-computed@3.4.1"></script>
````

@@ -108,0 +108,0 @@

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