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

@eventric/mastertour

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eventric/mastertour - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

dist/getClosestDay.d.ts

7

package.json
{
"name": "@eventric/mastertour",
"version": "1.0.4",
"version": "1.0.5",
"description": "A library for interacting programmatically with the Master Tour platform",

@@ -15,5 +15,6 @@ "main": "dist/index.js",

"scripts": {
"build": "npm test && npm run docs && tsc",
"build": "npm run test-junit && tsc",
"docs": "documentation build src/*.ts --parse-extension=.ts -f html -o docs --shallow",
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register --reporter mocha-junit-reporter --reporter-options mochaFile=./test-reports/junit.xml 'tests/**/*.ts'"
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.ts'",
"test-junit": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register --reporter mocha-junit-reporter --reporter-options mochaFile=./test-reports/junit.xml 'tests/**/*.ts'"
},

@@ -20,0 +21,0 @@ "author": "Eventric <dev@eventric.com>",

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