Socket
Socket
Sign inDemoInstall

calendar-base

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 2.0.0

2

.wes-defaults/local/package.json
{
"name": "calendar-base",
"description": "Base methods for generating calendars using JavaScript.",
"version": "1.2.0",
"version": "2.0.0",
"author": "Wes Souza <hey@wes.dev> (https://wes.dev/)",

@@ -6,0 +6,0 @@ "license": "MIT",

{
"scripts": {
"lint": "eslint .",
"test": "jest",
"build": "rollup -c",
"prepare": "yarn run build",
"check:types": "tsc --noEmit"
"check:types": "tsc --noEmit",
"coverage": "vitest run --coverage",
"test": "vitest run",
"test:ci": "vitest run --coverage",
"test:ui": "vitest watch --ui",
"test:watch": "vitest watch"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.4",
"@types/jest": "^28.1.6",
"@types/node": "^18.6.2",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"esbuild": "^0.14.51",
"eslint": "^8.20.0",
"@types/node": "^18.7.6",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@vitest/coverage-c8": "^0.22.0",
"@vitest/ui": "^0.22.0",
"esbuild": "^0.15.5",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"import-sort-style-wes": "^3.0.2",
"jest": "^28.1.3",
"prettier": "2.7.1",
"prettier-plugin-import-sort": "^0.0.7",
"rollup": "^2.77.2",
"rollup-plugin-esbuild": "^4.9.1",
"rollup": "^2.78.0",
"rollup-plugin-esbuild": "^4.9.3",
"rollup-plugin-replace": "^2.2.0",
"ts-jest": "^28.0.7",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.4"
"typescript": "^4.7.4",
"vite": "^3.0.8",
"vitest": "^0.22.0"
},

@@ -43,5 +48,6 @@ "importSort": {

"types": "dist/index.d.ts",
"type": "module",
"name": "calendar-base",
"description": "Base methods for generating calendars using JavaScript.",
"version": "1.2.0",
"version": "2.0.0",
"author": "Wes Souza <hey@wes.dev> (https://wes.dev/)",

@@ -48,0 +54,0 @@ "license": "MIT",

# Calendar Base
[![CI Tests status badge](https://github.com/WesSouza/calendar-base/workflows/CI%20Tests/badge.svg)](https://github.com/WesSouza/calendar-base/actions?query=branch%3Amaster+workflow%3A%22CI+Tests%22) [![npm version](https://badge.fury.io/js/calendar-base.svg)](https://www.npmjs.com/package/calendar-base)
[![Lint, Type Check, Test, Build](https://github.com/WesSouza/calendar-base/actions/workflows/lint-typecheck-test-build.yml/badge.svg)](https://github.com/WesSouza/calendar-base/actions/workflows/lint-typecheck-test-build.yml) [![npm version](https://badge.fury.io/js/calendar-base.svg)](https://www.npmjs.com/package/calendar-base)

@@ -5,0 +5,0 @@ Base methods for generating calendars using JavaScript.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc