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

graphql-transformer-common

Package Overview
Dependencies
Maintainers
2
Versions
766
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-transformer-common - npm Package Compare versions

Comparing version 1.0.24 to 1.0.26

lib/nodeUtils.d.ts

1

lib/index.d.ts

@@ -7,1 +7,2 @@ export * from './ResourceConstants';

export * from './SearchableResourceIDs';
export * from './nodeUtils';

@@ -12,2 +12,3 @@ "use strict";

__export(require("./SearchableResourceIDs"));
__export(require("./nodeUtils"));
//# sourceMappingURL=index.js.map

@@ -14,2 +14,3 @@ export declare class ModelResourceIDs {

static ModelOnDeleteSubscriptionName(typeName: string): string;
static NonModelInputObjectName(typeName: string): string;
}

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

};
ModelResourceIDs.NonModelInputObjectName = function (typeName) {
return util_1.graphqlName(util_1.toUpper(typeName) + 'Input');
};
return ModelResourceIDs;

@@ -50,0 +53,0 @@ }());

9

package.json
{
"name": "graphql-transformer-common",
"version": "1.0.24",
"version": "1.0.26",
"description": "Common code and constants for AppSync Transformers",

@@ -21,4 +21,4 @@ "main": "lib/index.js",

"graphql": "^0.13.2",
"graphql-mapping-template": "^1.0.24",
"graphql-transformer-core": "^1.0.24"
"graphql-mapping-template": "^1.0.26",
"graphql-transformer-core": "^1.0.26"
},

@@ -49,3 +49,4 @@ "devDependencies": {

]
}
},
"gitHead": "5bf089d67e10d9fca22cb304a1d3fefda9292603"
}

@@ -6,2 +6,3 @@ export * from './ResourceConstants'

export * from './ModelResourceIDs'
export * from './SearchableResourceIDs'
export * from './SearchableResourceIDs'
export * from './nodeUtils'

@@ -45,2 +45,5 @@ import { graphqlName, toUpper } from './util'

}
static NonModelInputObjectName(typeName: string): string {
return graphqlName(toUpper(typeName) + 'Input')
}
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc