vue-resource
Advanced tools
Comparing version 1.3.2 to 1.3.3
/*! | ||
* vue-resource v1.3.2 | ||
* vue-resource v1.3.3 | ||
* https://github.com/pagekit/vue-resource | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* vue-resource v1.3.2 | ||
* vue-resource v1.3.3 | ||
* https://github.com/pagekit/vue-resource | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* vue-resource v1.3.2 | ||
* vue-resource v1.3.3 | ||
* https://github.com/pagekit/vue-resource | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* vue-resource v1.3.2 | ||
* vue-resource v1.3.3 | ||
* https://github.com/pagekit/vue-resource | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "vue-resource", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"main": "dist/vue-resource.common.js", | ||
"module": "dist/vue-resource.es2015.js", | ||
"unpkg": "dist/vue-resource.min.js", | ||
"jsdelivr": "dist/vue-resource.min.js", | ||
"description": "The HTTP client for Vue.js", | ||
@@ -7,0 +9,0 @@ "homepage": "https://github.com/pagekit/vue-resource#readme", |
@@ -21,5 +21,5 @@ # vue-resource [![Version](https://img.shields.io/npm/v/vue-resource.svg)](https://www.npmjs.com/package/vue-resource) [![License](https://img.shields.io/npm/l/vue-resource.svg)](https://www.npmjs.com/package/vue-resource) [![Downloads](https://img.shields.io/npm/dt/vue-resource.svg)](https://www.npmjs.com/package/vue-resource) | ||
### CDN | ||
Available on [jsdelivr](https://cdn.jsdelivr.net/vue.resource/1.3.2/vue-resource.min.js), [cdnjs](https://cdnjs.com/libraries/vue-resource) or [unpkg](https://unpkg.com/vue-resource@1.3.2/dist/vue-resource.min.js). | ||
Available on [jsdelivr](https://cdn.jsdelivr.net/npm/vue-resource@1.3.3), [unpkg](https://unpkg.com/vue-resource@1.3.3) or [cdnjs](https://cdnjs.com/libraries/vue-resource). | ||
```html | ||
<script src="https://cdn.jsdelivr.net/vue.resource/1.3.2/vue-resource.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/vue-resource@1.3.3"></script> | ||
``` | ||
@@ -26,0 +26,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
545990