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

clang

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clang - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

8

lib/clang.js

@@ -258,2 +258,8 @@ var _ = require('lodash');

}
if (result.msg === null) {
return callback(new Error('No SOAP Fault, but result msg is null (unexpected): ' + JSON.stringify(result.msg)));
}
if (result.msg === undefined) {
return callback(new Error('No SOAP Fault, but result msg is undefined (unexpected): ' + JSON.stringify(result.msg)));
}
//When resource is READY fetch the data using the resourceMethod

@@ -340,2 +346,2 @@ if (result.msg.status === 'ERROR') {

module.exports = Clang;
module.exports = Clang;

2

package.json
{
"name": "clang",
"version": "0.1.12",
"version": "0.1.13",
"description": "Node.js api wrapper for Clang's SOAP api",

@@ -5,0 +5,0 @@ "author": "Christiaan Westerbeek <chris@devotis.nl>",

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