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

graphql-mapping-template

Package Overview
Dependencies
Maintainers
2
Versions
636
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-mapping-template - npm Package Compare versions

Comparing version 1.0.27 to 1.1.0-alpha.2631c6c8

83

package.json
{
"name": "graphql-mapping-template",
"version": "1.0.27",
"description": "An AST wrapper around AWS AppSync resolvers",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"build": "tsc",
"clean": "rm -rf ./lib"
"name": "graphql-mapping-template",
"version": "1.1.0-alpha.2631c6c8",
"description": "An AST wrapper around AWS AppSync resolvers",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"build": "tsc",
"clean": "rm -rf ./lib"
},
"keywords": [
"graphql",
"appsync",
"cloudformation",
"aws"
],
"dependencies": {
"cloudform": "^2.2.1"
},
"devDependencies": {
"@types/jest": "^22.2.3",
"jest": "^23.0.0",
"ts-jest": "^22.4.6",
"tslint": "^5.10.0",
"typescript": "^2.8.3"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"keywords": [
"graphql",
"appsync",
"cloudformation",
"aws"
],
"dependencies": {
"cloudform": "^2.2.1"
},
"devDependencies": {
"@types/jest": "^22.2.3",
"jest": "^23.0.0",
"ts-jest": "^22.4.6",
"tslint": "^5.10.0",
"typescript": "^2.8.3"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testURL": "http://localhost",
"testRegex": "(src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"gitHead": "c90740936a898d3975a7a99d5827c9d357be0efe"
"testURL": "http://localhost",
"testRegex": "(src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}
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