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

trailpack-proxy-cart-countries

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trailpack-proxy-cart-countries - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

lib/countries/colombia.json

1

lib/countries/index.js

@@ -26,2 +26,3 @@ // Copyright (c) 2016, Scott Wyatt <scottwyatt86@gmail.com>

require('./china.json'),
require('./colombia.json'),
require('./cuba.json'),

@@ -28,0 +29,0 @@ require('./denmark.json'),

2

package.json
{
"name": "trailpack-proxy-cart-countries",
"version": "0.0.6",
"version": "0.0.7",
"description": "Proxy Cart Countries (Shipping Zone and Taxes)",

@@ -5,0 +5,0 @@ "homepage": "https://cali-style.com",

@@ -221,2 +221,9 @@ 'use strict'

})
// Colombia
it('should get name for Colombia', function (done) {
const tester = CountryService.name('CO')
assert(typeof tester === 'string')
assert.equal(tester, 'Colombia')
done()
})
// Cuba

@@ -223,0 +230,0 @@ it('should get name for Cuba', function (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