Socket
Socket
Sign inDemoInstall

@bizon/amazon-ids

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bizon/amazon-ids - npm Package Compare versions

Comparing version 2.8.0 to 2.9.0

56

package.json
{
"name": "@bizon/amazon-ids",
"version": "2.8.0",
"version": "2.9.0",
"description": "Collection of Amazon identifiers",
"main": "index.js",
"repository": "https://github.com/bizon/amazon-ids",
"author": "Bertrand Marron <bertrand.marron@gmail.com>",
"license": "MIT",
"files": [
"dist"
],
"source": "./src/index.ts",
"exports": {
"require": "./dist/amazon-ids.js",
"default": "./dist/amazon-ids.modern.js"
},
"main": "./dist/amazon-ids.js",
"module": "./dist/amazon-ids.esm.js",
"types": "./dist/index.d.ts",
"unpkg": "./dist/amazon-ids.umd.js",
"scripts": {
"test": "jest"
"test": "jest",
"check:ts": "tsc --noEmit",
"build": "microbundle",
"dev": "microbundle watch"
},
"files": [
"index.js",
"index.d.ts",
"marketplaces.json"
],
"types": "index.d.ts",
"dependencies": {

@@ -23,6 +31,11 @@ "mem": "^8.1.1"

"@bizon/semantic-release-config": "^1.1.0",
"jest": "^27.3.1",
"@tsconfig/node14": "^1.0.1",
"@types/jest": "^27.0.3",
"jest": "^27.4.5",
"jest-junit": "^13.0.0",
"semantic-release": "^18.0.0",
"xo": "^0.46.4"
"microbundle": "^0.14.2",
"semantic-release": "^18.0.1",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4",
"xo": "^0.47.0"
},

@@ -36,9 +49,7 @@ "keywords": [

"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"testMatch": [
"<rootDir>/__tests__/**/*.js"
],
"collectCoverage": true,
"collectCoverageFrom": [
"index.js"
"src/**/*.ts"
],

@@ -54,13 +65,10 @@ "coverageReporters": [

"rules": {
"import/extensions": "off",
"unicorn/prefer-module": "off"
},
"overrides": [
{
"files": "__tests__/**/*.js",
"envs": [
"jest"
]
}
]
"prettier": true
},
"prettier": {
"printWidth": 100
},
"release": {

@@ -67,0 +75,0 @@ "extends": "@bizon/semantic-release-config"

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