Socket
Socket
Sign inDemoInstall

@scaleleap/amazon-marketplaces

Package Overview
Dependencies
0
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.3.0

dist/marketplaces/NL.d.ts

7

CHANGELOG.md

@@ -6,2 +6,9 @@ # Changelog

# [1.3.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v1.2.0...v1.3.0) (2020-01-30)
### Features
* adds Netherlands marketplace ([cd73d40](https://github.com/ScaleLeap/amazon-marketplaces/commit/cd73d40e1772e001531783879dc0002bb711952a)), closes [#88](https://github.com/ScaleLeap/amazon-marketplaces/issues/88)
# [1.2.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v1.1.1...v1.2.0) (2020-01-15)

@@ -8,0 +15,0 @@

4

dist/marketplaces/index.d.ts

@@ -55,2 +55,6 @@ export declare const amazonMarketplaces: {

/**
* Netherlands
*/
readonly NL: import("..").AmazonMarketplace;
/**
* Singapore

@@ -57,0 +61,0 @@ */

@@ -16,2 +16,3 @@ "use strict";

const MX_1 = require("./MX");
const NL_1 = require("./NL");
const SG_1 = require("./SG");

@@ -74,2 +75,6 @@ const TR_1 = require("./TR");

/**
* Netherlands
*/
NL: NL_1.NL,
/**
* Singapore

@@ -76,0 +81,0 @@ */

18

package.json
{
"name": "@scaleleap/amazon-marketplaces",
"version": "1.2.0",
"version": "1.3.0",
"publishConfig": {

@@ -34,15 +34,15 @@ "access": "public"

"@jedmao/semantic-release-npm-github-config": "1.0.9",
"@types/jest": "24.0.25",
"@types/node": "13.1.6",
"@typescript-eslint/eslint-plugin": "2.16.0",
"@typescript-eslint/parser": "2.16.0",
"@types/jest": "24.9.1",
"@types/node": "13.5.0",
"@typescript-eslint/eslint-plugin": "2.17.0",
"@typescript-eslint/parser": "2.17.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.9.0",
"eslint-plugin-prettier": "3.1.2",
"jest": "24.9.0",
"jest": "25.1.0",
"prettier": "1.19.1",
"ts-jest": "24.3.0",
"ts-jest": "25.0.0",
"tsconfigs": "4.0.2",
"typedoc": "0.16.4",
"typescript": "3.7.4"
"typedoc": "0.16.9",
"typescript": "3.7.5"
},

@@ -49,0 +49,0 @@ "dependencies": {},

@@ -14,2 +14,3 @@ import { AE } from './AE'

import { MX } from './MX'
import { NL } from './NL'
import { SG } from './SG'

@@ -86,2 +87,7 @@ import { TR } from './TR'

/**
* Netherlands
*/
NL,
/**
* Singapore

@@ -88,0 +94,0 @@ */

@@ -11,4 +11,4 @@ import { AmazonMarketplace, amazonMarketplaces, amazonMarketplacesList } from '../src'

expect(Array.isArray(amazonMarketplacesList)).toBeTruthy()
expect(amazonMarketplacesList.length).toBe(16)
expect(amazonMarketplacesList.length).toBe(17)
})
})

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc