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

@aws/amazon-q-developer-cli-proto

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws/amazon-q-developer-cli-proto - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

dist/fig_common_pb.d.ts

11

package.json
{
"name": "@aws/amazon-q-developer-cli-proto",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT OR Apache-2.0",

@@ -9,3 +9,3 @@ "author": "Amazon Web Services",

"exports": {
"./*": "./dist/*.pb.js"
"./*": "./dist/*_pb.js"
},

@@ -19,6 +19,7 @@ "files": [

"dependencies": {
"@bufbuild/protobuf": "2.2.2"
"@bufbuild/protobuf": "2.2.3"
},
"devDependencies": {
"ts-proto": "^2.5.0",
"@bufbuild/buf": "^1.47.2",
"@bufbuild/protoc-gen-es": "^2.2.3",
"typescript": "^5.7.2",

@@ -28,3 +29,3 @@ "@amzn/tsconfig": "^0.1.0"

"scripts": {
"build": "./build-ts.sh",
"build": "rm -rf dist && buf generate && tsc",
"lint": "buf lint && (buf format --exit-code > /dev/null || (echo 'Run `buf format -w`' && exit 1))",

@@ -31,0 +32,0 @@ "lint:fix": "buf format -w",

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