Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bitty/format-date

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitty/format-date - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

92

package.json
{
"name": "@bitty/format-date",
"version": "1.1.2",
"sideEffects": false,
"description": "A small library (around 400 B when gziped & minified) to format JavaScript `Date` object using same tokens as moment.",
"cdn": "dist/format-date.umd.js",
"main": "dist/format-date.js",
"types": "types/format-date.d.ts",
"unpkg": "dist/format-date.umd.js",
"module": "dist/format-date.esm.js",
"jsdelivr": "dist/format-date.umd.js",
"umd:main": "dist/format-date.umd.js",
"files": [
"types/",
"dist/"
],
"scripts": {
"lint": "prettier --check \"./src/**/*.ts\"",
"lint:fix": "prettier --write \"./src/**/*.ts\"",
"build": "pnpm run build:transpile && pnpm run build:bundle",
"build:transpile": "tsc --project ./tsconfig.build.json",
"build:bundle": "rollup --config ./rollup.config.js",
"test": "pnpm run lint && pnpm run test:transpile && ava",
"test:transpile": "tsc --project ./tsconfig.test.json",
"prepublishOnly": "pnpm run test && pnpm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VitorLuizC/format-date.git"
},
"author": {
"url": "https://vitorluizc.github.io/",
"name": "Vitor Luiz Cavalcanti",
"email": "vitorluizc@outlook.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/VitorLuizC/format-date/issues"
},
"homepage": "https://github.com/VitorLuizC/format-date",
"devDependencies": {
"ava": "^3.11.1",
"prettier": "^2.0.5",
"rollup": "^2.23.1",
"rollup-plugin-terser": "^7.0.0",
"typescript": "^3.9.7"
}
"name": "@bitty/format-date",
"version": "1.1.3",
"sideEffects": false,
"description": "A small library (around 400 B when gziped & minified) to format JavaScript `Date` object using same tokens as moment.",
"cdn": "dist/format-date.umd.js",
"main": "dist/format-date.js",
"types": "types/format-date.d.ts",
"unpkg": "dist/format-date.umd.js",
"module": "dist/format-date.esm.js",
"jsdelivr": "dist/format-date.umd.js",
"umd:main": "dist/format-date.umd.js",
"files": [
"types/",
"dist/"
],
"scripts": {
"lint": "prettier --check \"./src/**/*.ts\"",
"lint:fix": "prettier --write \"./src/**/*.ts\"",
"build": "pnpm run build:transpile && pnpm run build:bundle",
"build:transpile": "tsc --project ./tsconfig.build.json",
"build:bundle": "rollup --config ./rollup.config.js",
"test": "pnpm run lint && pnpm run test:transpile && ava",
"test:transpile": "tsc --project ./tsconfig.test.json",
"prepublishOnly": "pnpm run test && pnpm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VitorLuizC/format-date.git"
},
"author": {
"url": "https://vitorluizc.github.io/",
"name": "Vitor Luiz Cavalcanti",
"email": "vitorluizc@outlook.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/VitorLuizC/format-date/issues"
},
"homepage": "https://github.com/VitorLuizC/format-date",
"devDependencies": {
"ava": "^3.12.1",
"prettier": "^2.1.1",
"rollup": "^2.26.10",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.0.2"
}
}
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