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

smartystreets-javascript-sdk-utils

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smartystreets-javascript-sdk-utils - npm Package Compare versions

Comparing version 0.0.0 to 1.0.1

2

package.json
{
"name": "smartystreets-javascript-sdk-utils",
"version": "0.0.0",
"version": "1.0.1",
"description": "Utils library to use with the SmartyStreets Javascript SDK",

@@ -5,0 +5,0 @@ "keywords": [

@@ -12,5 +12,5 @@ function isMissingSecondary (result) {

return n1DPVFootnotePresent || r1DPVFootnotePresent || hSharpFootnotePresent;
return !!(n1DPVFootnotePresent || r1DPVFootnotePresent || hSharpFootnotePresent);
}
module.exports = isMissingSecondary;

@@ -28,2 +28,5 @@ const chai = require("chai");

}];
const noQualifyingFootnotesPresent = [{
analysis: {}
}];

@@ -33,3 +36,4 @@ expect(isMissingSecondary(n1Address)).to.equal(true);

expect(isMissingSecondary(hSharpAddress)).to.equal(true);
expect(isMissingSecondary(noQualifyingFootnotesPresent)).to.equal(false);
});
});

Sorry, the diff of this file is not supported yet

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