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

@ax2/lozad-module

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ax2/lozad-module - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+12
-3
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.1.0"></a>
## 0.1.1 (2018-10-18)
**Note:** Version bump only for package @ax2/lozad-module
# 0.1.0 (2018-09-17)

@@ -11,2 +20,2 @@

* Initial commit ([930f2fc](https://github.com/ax2inc/lozad-module/commit/930f2fc))
* Initial commit
+6
-17
{
"name": "@ax2/lozad-module",
"version": "0.1.0",
"version": "0.1.1",
"description": "Lozad integration for Nuxt",

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

"main": "lib/module.js",
"repository": "https://github.com/ax2inc/lozad-module",
"repository": "https://github.com/ax2inc/nuxt-modules",
"homepage": "https://github.com/ax2inc/nuxt-modules/tree/master/packages/lozad#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": {

@@ -47,6 +35,7 @@ "intersection-observer": "^0.5.0",

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

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

```sh
yarn add lozad-module
# Or npm i lozad-module
yarn add @ax2/lozad-module
# Or npm i @ax2/lozad-module
```

@@ -34,3 +32,3 @@

modules: [
'lozad-module',
'@ax2/lozad-module',
],

@@ -37,0 +35,0 @@ }