🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ax2/gpt-ads-module

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ax2/gpt-ads-module - npm Package Compare versions

Comparing version
0.5.1
to
0.5.2
+27
-32
CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.1"></a>
## [0.5.1](https://github.com/ax2inc/gpt-ads-module/compare/v0.5.0...v0.5.1) (2018-10-11)
## 0.5.2 (2018-10-18)
**Note:** Version bump only for package @ax2/gpt-ads-module
## 0.5.1 (2018-10-11)
### Bug Fixes
* Prevent error with size mappings that have a single size definition ([616b250](https://github.com/ax2inc/gpt-ads-module/commit/616b250))
* Prevent error with size mappings that have a single size definition
# 0.5.0 (2018-10-11)
<a name="0.5.0"></a>
# [0.5.0](https://github.com/ax2inc/gpt-ads-module/compare/v0.4.1...v0.5.0) (2018-10-11)
### Features
* Add ghostMode option ([4e2dadf](https://github.com/ax2inc/gpt-ads-module/commit/4e2dadf))
* Add ghostMode option
## 0.4.1 (2018-10-05)
<a name="0.4.1"></a>
## [0.4.1](https://github.com/ax2inc/gpt-ads-module/compare/v0.4.0...v0.4.1) (2018-10-05)
### Bug Fixes
* Rely on self-built sizes mapping ([ba77209](https://github.com/ax2inc/gpt-ads-module/commit/ba77209))
* Rely on self-built sizes mapping
# 0.4.0 (2018-10-04)
<a name="0.4.0"></a>
# [0.4.0](https://github.com/ax2inc/gpt-ads-module/compare/v0.3.0...v0.4.0) (2018-10-04)
### Bug Fixes
* Prevent TypeError if mapping were to be undefined ([a8f4e53](https://github.com/ax2inc/gpt-ads-module/commit/a8f4e53))
* Prevent TypeError if mapping were to be undefined

@@ -46,37 +49,29 @@

* Add collapseEmptyDivs option & collapseEmptyDiv prop ([eaf8ee2](https://github.com/ax2inc/gpt-ads-module/commit/eaf8ee2))
* Add collapseEmptyDivs option & collapseEmptyDiv prop
# 0.3.0 (2018-10-04)
<a name="0.3.0"></a>
# [0.3.0](https://github.com/ax2inc/gpt-ads-module/compare/v0.2.0...v0.3.0) (2018-10-04)
### Features
* Add responsive option and isResponsive prop ([4c1488c](https://github.com/ax2inc/gpt-ads-module/commit/4c1488c))
* Add responsive option and isResponsive prop
# 0.2.0 (2018-09-27)
<a name="0.2.0"></a>
# [0.2.0](https://github.com/ax2inc/gpt-ads-module/compare/v0.1.1...v0.2.0) (2018-09-27)
### Features
* Add individualRefresh option ([d6d5280](https://github.com/ax2inc/gpt-ads-module/commit/d6d5280))
* Add individualRefresh option
## 0.1.1 (2018-09-26)
<a name="0.1.1"></a>
## [0.1.1](https://github.com/ax2inc/gpt-ads-module/compare/v0.1.0...v0.1.1) (2018-09-26)
### Bug Fixes
* Slot size should be treated as a list ([4e86999](https://github.com/ax2inc/gpt-ads-module/commit/4e86999))
* Slot size should be treated as a list
<a name="0.1.0"></a>
# 0.1.0 (2018-09-11)

@@ -87,2 +82,2 @@

* Initial commit ([205793a](https://github.com/ax2inc/gpt-ads-module/commit/205793a))
* Initial commit
{
"name": "@ax2/gpt-ads-module",
"version": "0.5.1",
"version": "0.5.2",
"description": "Google Publisher Tag ads integration for Nuxt",

@@ -12,23 +12,10 @@ "license": "MIT",

"main": "lib/module.js",
"repository": "https://github.com/ax2inc/gpt-ads-module",
"repository": "https://github.com/ax2inc/nuxt-modules",
"homepage": "https://github.com/ax2inc/nuxt-modules/tree/master/packages/gpt-ads#readme",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "nuxt test/fixture",
"eslint": "eslint lib test",
"test": "jest",
"release": "standard-version && git push --follow-tags && npm publish"
},
"eslintIgnore": [
"lib/templates/*.*"
],
"files": [
"lib"
],
"jest": {
"testEnvironment": "node",
"collectCoverage": true
},
"dependencies": {},
"devDependencies": {

@@ -44,6 +31,7 @@ "codecov": "latest",

"jsdom": "^12.2.0",
"nuxt": "^2.1.0",
"nuxt": "^2.2.0",
"request-promise-native": "^1.0.5",
"standard-version": "latest"
}
},
"gitHead": "e8f3dda50b93b9034b9e3817866b9a8f0d0ce420"
}
# gpt-ads-module
[![npm (scoped with tag)](https://img.shields.io/npm/v/@ax2/gpt-ads-module/latest.svg?style=flat-square)](https://npmjs.com/package/@ax2/gpt-ads-module)
[![npm](https://img.shields.io/npm/dt/@ax2/gpt-ads-module.svg?style=flat-square)](https://npmjs.com/package/@ax2/gpt-ads-module)
[![CircleCI](https://img.shields.io/circleci/project/github/ax2inc/gpt-ads-module.svg?style=flat-square)](https://circleci.com/gh/ax2inc/gpt-ads-module)
[![Codecov](https://img.shields.io/codecov/c/github/ax2inc/gpt-ads-module.svg?style=flat-square)](https://codecov.io/gh/ax2inc/gpt-ads-module)
[![Dependencies](https://david-dm.org/ax2inc/gpt-ads-module/status.svg?style=flat-square)](https://david-dm.org/ax2inc/gpt-ads-module)

@@ -7,0 +5,0 @@ [![Code Style](https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb)](https://github.com/airbnb/javascript)