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

@ax2/dayjs-module

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ax2/dayjs-module - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+12
-4
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/dayjs-module
# 0.1.0 (2018-09-18)
### Features
* Initial commit ([f386840](https://github.com/ax2inc/dayjs-module/commit/f386840))
* Initial commit

@@ -6,2 +6,2 @@ import dayjs from 'dayjs';

inject('dayjs', dayjs);
};
}
{
"name": "@ax2/dayjs-module",
"version": "0.1.0",
"version": "0.1.1",
"description": "Day.js integration for Nuxt",

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

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

@@ -46,6 +34,7 @@ "dayjs": "^1.7.5"

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

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