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

is-tuesday

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

is-tuesday - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

18

package.json
{
"name": "is-tuesday",
"version": "1.0.3",
"version": "1.0.4",
"description": "Determines if today is Tuesday or not.",

@@ -8,3 +8,3 @@ "typings": "typings/index.d.ts",

"scripts": {
"test": "npm run lint && jest",
"test": "jest",
"lint": "eslint . --ext .js --ext .json"

@@ -31,2 +31,3 @@ },

"eslint-config-amber": "^2.0.0",
"eslint-plugin-jest": "^21.24.0",
"eslint-plugin-json": "^1.2.1",

@@ -36,7 +37,14 @@ "jest": "^23.6.0"

"eslintConfig": {
"extends": "amber",
"extends": [
"amber",
"plugin:jest/recommended"
],
"plugins": [
"json"
]
"json",
"jest"
],
"env": {
"jest/globals": true
}
}
}
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