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

nodehandler-json

Package Overview
Dependencies
Maintainers
11
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodehandler-json - npm Package Compare versions

Comparing version 1.2.9 to 1.2.10

8

package.json
{
"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"
}
}
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