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

@holidayextras/deployment-helpers

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

@holidayextras/deployment-helpers - npm Package Compare versions

Comparing version 1.5.2 to 1.7.4

.nvmrc

48

package.json
{
"name": "@holidayextras/deployment-helpers",
"version": "1.5.2",
"version": "1.7.4",
"description": "A collection of scripts that can be used as part of a deployment process.",
"main": "",
"main": "src/utils",
"bin": {
"create-private-release": "./nodeApps/createPrivateRelease.sh",
"generate-signed-file": "./nodeApps/generateSignedFile.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"coverage": "nyc mocha && nyc check-coverage",
"test": "npm run coverage",
"release": "nodeApps/createPrivateRelease.sh",
"lint": "standard",
"ci": "npm run lint && MOCHA_FILE=$CIRCLE_TEST_REPORTS/junit/test-results.xml nyc mocha --reporter mocha-junit-reporter && nyc check-coverage"
},
"standard": {
"globals": [
"after",
"afterEach",
"before",
"beforeEach",
"context",
"describe",
"expect",
"it",
"sandbox"
],
"ignore": [
"/dist"
]
},
"owner": "payment-platform",
"license": "UNLICENSED",
"devDependencies": {
"async": "^2.3.0",
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"mocha": "^3.2.0",
"mocha-junit-reporter": "^1.13.0",
"nyc": "^10.1.2",
"simple-git": "^1.70.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"standard": "^9.0.1"
},
"directories": {
"test": "test"
},
"repository": {

@@ -14,3 +55,2 @@ "type": "git",

"author": "",
"license": "MIT",
"bugs": {

@@ -17,0 +57,0 @@ "url": "https://github.com/holidayextras/deployment-helpers/issues"

.npmignore

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