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

cdrator

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdrator - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

lib/dto.js

@@ -59,3 +59,3 @@ const changeCase = require('change-case')

const key = changeCase.camelCase(dto.key[0]).replace(/_/g, '')
const key = changeCase.camelCase(dto.key[0])
const result = {}

@@ -62,0 +62,0 @@ result[key] = value

{
"name": "cdrator",
"version": "1.2.0",
"version": "1.2.1",
"description": "Call CDRator SOAP WebServices using node.js",

@@ -11,3 +11,3 @@ "main": "lib/cdrator",

"format": "eslint lib/**/*.js test/**/*.js --fix",
"prepare": "npm run lint && npm test",
"preversion": "npm run lint && npm test",
"patch-release": "npm version patch && npm publish && git push origin master --follow-tags",

@@ -54,8 +54,8 @@ "minor-release": "npm version minor && npm publish && git push origin master --follow-tags",

"dependencies": {
"change-case": "^3.1.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"xml2js": "^0.4.19",
"xmlbuilder": "^12.0.0"
"change-case": "^2.3.0",
"lodash": "^3.9.3",
"moment": "^2.10.6",
"xml2js": "^0.4.9",
"xmlbuilder": "^2.6.4"
}
}
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