New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hmpo-form-wizard

Package Overview
Dependencies
Maintainers
2
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hmpo-form-wizard - npm Package Compare versions

Comparing version 11.4.0 to 11.5.0

test/spec.index.js

2

lib/controller/mixins/invalidate-journey.js

@@ -51,3 +51,3 @@ 'use strict';

let wizardChanges = this.getJourneyFieldNames(req, res, changes, false);
let wizardChanges = this.getJourneyFieldNames(req, res, changes);

@@ -54,0 +54,0 @@ let journeyHistory = req.journeyModel.get('history');

{
"name": "hmpo-form-wizard",
"version": "11.4.0",
"version": "11.5.0",
"description": "Routing and request handling for a multi-step form processes",
"main": "index.js",
"scripts": {
"test": "npm run test:lint && npm run test:unit && npm run test:cover",
"test": "npm run test:lint && npm run test:unit && npm run test:cover && npm audit",
"test:lint": "eslint .",
"test:unit": "istanbul cover _mocha",
"test:cover": "istanbul check-coverage --statement 100 --branch 100 --function 100 --line 100"
"test:unit": "nyc --reporter=lcov --reporter=text-summary _mocha",
"test:cover": "nyc check-coverage"
},

@@ -29,7 +29,7 @@ "repository": {

"debug": "^4.1.1",
"deep-clone-merge": "^1.3.0",
"hmpo-model": "^2.1.3",
"deep-clone-merge": "^1.5.0",
"hmpo-model": "^3.0.0",
"json5": "^2.1.1",
"moment": "^2.17.1",
"underscore": "^1.8.2"
"underscore": "^1.9.2"
},

@@ -41,11 +41,23 @@ "peerDependencies": {

"chai": "^4.1.2",
"eslint": "^6.7.1",
"eslint": "^6.8.0",
"express": "^4.17.1",
"istanbul": "^0.4.3",
"mocha": "^6.2.2",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"proxyquire": "^2.1.3",
"reqres": "^2.0.0",
"sinon": "^7.5.0",
"sinon-chai": "^3.0.0"
"reqres": "^3.0.1",
"sinon": "^8.1.1",
"sinon-chai": "^3.4.0"
},
"nyc": {
"all": true,
"exclude": [
"coverage/**",
"test/**",
"example/**"
],
"lines": 100,
"branches": 100,
"functions": 100,
"statements": 100
}
}

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