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

holidayapi

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

holidayapi - npm Package Compare versions

Comparing version 3.2.1 to 3.3.0

20

package.json
{
"name": "holidayapi",
"version": "3.2.1",
"version": "3.3.0",
"description": "Official Node.js library for Holiday API",

@@ -27,16 +27,16 @@ "main": "dist/index.js",

"devDependencies": {
"@types/jest": "^25.1.4",
"@types/jest": "^25.2.1",
"@types/nock": "^11.1.0",
"@types/node": "^13.9.2",
"@types/node-fetch": "^2.5.4",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"coveralls": "^3.0.11",
"@types/node": "^13.13.4",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"coveralls": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"jest": "^25.1.0",
"jest": "^25.4.0",
"nock": "^12.0.3",
"ts-jest": "^25.2.0",
"ts-jest": "^25.4.0",
"typescript": "^3.7.5"

@@ -43,0 +43,0 @@ },

@@ -12,17 +12,2 @@ # Holiday API Node.js Library

## Migrating from 2.x
In an attempt to stay current with both our development and production
dependencies, the decision was made to drop testing and advertised compatibility
with Node.js versions that are outside of their maintenance window.
For the 3.x release, testing for Node.js 13.x was added while testing for Node.js
7.x, 9.x and 11.x was dropped. Even though these older versions may still
continue to work, they become harder to test against as our dependencies improve
and drop support for those versions.
In the future, when compatibility changes, we will increment the major version
number of the release as well as document the additions and deprecations in the
release notes.
## Migrating from 1.x

@@ -34,3 +19,3 @@

| Version 1.x Syntax (Old) | Version 2.x Syntax (New) |
| Version 1.x Syntax (Old) | Version 2.x+ Syntax (New) |
|---------------------------------------------------|---------------------------------------------------|

@@ -37,0 +22,0 @@ | `const HolidayAPI = require('node-holidayapi');` | `import { HolidayAPI } from 'holidayapi';` |

Sorry, the diff of this file is not supported yet

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