Socket
Socket
Sign inDemoInstall

sqs-consumer

Package Overview
Dependencies
139
Maintainers
2
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.2.0 to 10.2.1-canary.0

dist/cjs/consumer.d.ts

18

package.json
{
"name": "sqs-consumer",
"version": "10.2.0",
"version": "10.2.1-canary.0",
"description": "Build SQS-based Node applications without the boilerplate",
"type": "module",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
"types": "dist/cjs/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
"default": "./dist/esm/index.js"
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"
}
}

@@ -55,3 +59,3 @@ },

"publishConfig": {
"provenance": true
"provenance": false
},

@@ -58,0 +62,0 @@ "release": {

@@ -7,4 +7,5 @@ {

"moduleResolution": "node",
"noEmit": false
"noEmit": false,
"declaration": true
}
}

@@ -7,4 +7,5 @@ {

"moduleResolution": "Node16",
"noEmit": false
"noEmit": false,
"declaration": true
}
}

@@ -11,4 +11,3 @@ {

"noUnusedLocals": true,
"declaration": true,
"declarationDir": "dist/types"
"declaration": false
},

@@ -15,0 +14,0 @@ "include": ["src/**/*"],

Sorry, the diff of this file is not supported yet

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