Socket
Socket
Sign inDemoInstall

apollo-codegen-typescript

Package Overview
Dependencies
145
Maintainers
2
Versions
167
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.35.7 to 0.35.8

jest.config.js

37

package.json
{
"name": "apollo-codegen-typescript",
"description": "TypeScript generator module for Apollo Codegen",
"version": "0.35.7",
"version": "0.35.8",
"author": "Apollo GraphQL <opensource@apollographql.com>",

@@ -22,4 +22,3 @@ "license": "MIT",

"@babel/types": "7.6.3",
"apollo-codegen-core": "^0.35.7",
"apollo-env": "^0.5.1",
"apollo-codegen-core": "^0.35.8",
"change-case": "^3.0.1",

@@ -29,33 +28,3 @@ "common-tags": "^1.5.1",

},
"jest": {
"preset": "ts-jest",
"transformIgnorePatterns": [
"/node_modules/",
"/apollo-env/"
],
"testEnvironment": "node",
"testMatch": [
"**/__tests__/*.(js|ts)"
],
"setupFiles": [
"<rootDir>/../apollo-env/lib/index.js"
],
"testPathIgnorePatterns": [
"<rootDir>/node_modules/",
"<rootDir>/lib/",
"<rootDir>/test/fixtures/",
"<rootDir>/test/test-utils"
],
"moduleFileExtensions": [
"ts",
"js"
],
"globals": {
"ts-jest": {
"tsConfig": "<rootDir>/tsconfig.test.json",
"diagnostics": false
}
}
},
"gitHead": "e14dbe22c4d1dc45e49c035891f3ec81bc846115"
"gitHead": "4eea9a99d77e426e5fd03594fadbb4ed6d716da4"
}

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