nodehandler-json
Advanced tools
Comparing version 1.2.9 to 1.2.10
{ | ||
"name": "nodehandler-json", | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"description": "Axway Flow Engine JSON node.", | ||
@@ -33,3 +33,3 @@ "homepage": "https://platform.axway.com", | ||
"dependencies": { | ||
"axway-flow-sdk": "1.2.9" | ||
"axway-flow-sdk": "1.2.10" | ||
}, | ||
@@ -42,3 +42,3 @@ "repository": { | ||
"build": "npm run clean && npm run build:dev && npm run check:dependencies", | ||
"build:dev": "npm run build:lint && npm run test && npm run build:dist", | ||
"build:dev": "npm run build:lint && npm run check:used && npm run test && npm run build:dist", | ||
"build:dist": "babel -d ./dist ./src", | ||
@@ -52,5 +52,5 @@ "build:lint": "eslint .", | ||
"check:dependencies": "npm run check:used && npm run check:unused", | ||
"check:used": "dependency-check ./package.json", | ||
"check:used": "dependency-check ./package.json --no-dev --entry src/index.js", | ||
"check:unused": "dependency-check ./package.json --unused --no-dev -i deep-equal" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10025
+ Addedaxway-flow-schema@1.1.3(transitive)
+ Addedaxway-flow-sdk@1.2.10(transitive)
- Removedaxway-flow-schema@1.1.2(transitive)
- Removedaxway-flow-sdk@1.2.9(transitive)
Updatedaxway-flow-sdk@1.2.10