Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

inspector-api

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inspector-api - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

index.d.ts

20

CHANGELOG.md

@@ -0,1 +1,21 @@

# Version 1.4.1 released on 2021-06-10
## Features
**Add TS config and types**
This feature will facilitate the work of the devs when they use this module.
[6f932d3](https://github.com/wallet77/v8-inspector-api/releases/tag/1.4.1) - Version 1.4.1
# Version 1.4.0 released on 2021-06-01
## Features
**Switch to the new AWS SDK**
This feature will reduce package size and improve performances.
[9be9b5d](https://github.com/wallet77/v8-inspector-api/releases/tag/1.4.0) - Version 1.4.0
# Version 1.x released on 2019-10-03

@@ -2,0 +22,0 @@

14

package.json
{
"name": "inspector-api",
"version": "1.4.0",
"version": "1.4.1",
"main": "index.js",

@@ -12,5 +12,8 @@ "bin": "./index.js",

"files": [
"index.js",
"index.d.ts",
"src/**"
],
"scripts": {
"types": "tsc -p tsconfig.json",
"test": "NODE_ENV=test ./node_modules/.bin/jest",

@@ -45,12 +48,13 @@ "linter": "./node_modules/.bin/eslint ./"

"devDependencies": {
"eslint": "^7.27.0",
"eslint": "^7.28.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"jest": "27.0.1"
"jest": "27.0.4",
"typescript": "^4.3.2"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.17.0"
"@aws-sdk/client-s3": "^3.18.0"
}
}

@@ -45,3 +45,3 @@ 'use strict'

utils.writeData(JSON.parse(res.join('')), fileName, this.config, this.s3Tools).then((data) => {
utils.writeData(JSON.parse(res.join('')), fileName, this.config, this.s3Client).then((data) => {
resolve(data)

@@ -48,0 +48,0 @@ }).catch(err => reject(err))

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