New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-appsync/utils

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-appsync/utils - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.7.0](https://github.com/aws/aws-appsync-toolkit/compare/v1.6.0...v1.7.0) (2024-02-06)
### Features
* extend type definition for env variables ([babbc0f](https://github.com/aws/aws-appsync-toolkit/commit/babbc0fe366916a105dc97e476a06800de1a2f84))
# [1.6.0](https://github.com/aws/aws-appsync-toolkit/compare/v1.5.0...v1.6.0) (2023-11-27)

@@ -8,0 +19,0 @@

4

lib/index.d.ts

@@ -163,2 +163,6 @@ export * from './resolver-return-types';

/**
* A map that contains env variables for GraphQLApi.
*/
readonly env: Record<string, string>;
/**
* A map that contains all GraphQL arguments for this field.

@@ -165,0 +169,0 @@ */

4

package.json
{
"name": "@aws-appsync/utils",
"version": "1.6.0",
"version": "1.7.0",
"description": "This project contains type definitions for AppSync resolver types.",

@@ -30,3 +30,3 @@ "main": "lib/index.js",

},
"gitHead": "c325276466b10df0d98d3849e7bedbb056088599"
"gitHead": "ccd36faf69534fc8d4b8c2cf9ef6df3a85657fe7"
}

Sorry, the diff of this file is not supported yet

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