Socket
Socket
Sign inDemoInstall

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.2.1 to 0.2.2

2

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

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

@@ -20,12 +20,8 @@ var should = require('should');

it('Request without methodName and arguments should throw an error', function(done) {
try {
clang.request(function(err, result) {
false.should.be.equal(true);
done();
});
} catch(e) {
true.should.be.equal(true);
clang.request(function(err, result) {
(!!err).should.be.equal(true);
done();
}
});
});
});
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