Socket
Socket
Sign inDemoInstall

@jariz/amplify-appsync-simulator

Package Overview
Dependencies
163
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.27.8-alpha.4166 to 1.27.8-alpha.4167

1

lib/velocity/value-mapper/integer.d.ts

@@ -6,2 +6,3 @@ export declare class JavaInteger {

toString(): number;
toJSON(): number;
}

@@ -14,2 +14,5 @@ "use strict";

};
JavaInteger.prototype.toJSON = function () {
return this.toString();
};
return JavaInteger;

@@ -16,0 +19,0 @@ }());

2

package.json
{
"name": "@jariz/amplify-appsync-simulator",
"version": "1.27.8-alpha.4166",
"version": "1.27.8-alpha.4167",
"description": "An AppSync Simulator to test AppSync API.",

@@ -5,0 +5,0 @@ "repository": {

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