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

@golevelup/nestjs-graphql-request

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@golevelup/nestjs-graphql-request - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/graphql-request.decorators.d.ts

6

CHANGELOG.md

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

## [0.1.1](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-graphql-request@0.1.0...@golevelup/nestjs-graphql-request@0.1.1) (2020-03-28)
### Bug Fixes
- **common:** expose full gql request api ([4f649ea](https://github.com/golevelup/nestjs/commit/4f649ea)), closes [#122](https://github.com/golevelup/nestjs/issues/122)
# 0.1.0 (2020-03-27)

@@ -8,0 +14,0 @@

2

lib/index.d.ts

@@ -0,2 +1,4 @@

export * from './graphql-request.constants';
export * from './graphql-request.decorators';
export * from './graphql-request.module';
//# sourceMappingURL=index.d.ts.map

@@ -6,3 +6,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./graphql-request.constants"));
__export(require("./graphql-request.decorators"));
__export(require("./graphql-request.module"));
//# sourceMappingURL=index.js.map

5

package.json
{
"name": "@golevelup/nestjs-graphql-request",
"version": "0.1.0",
"version": "0.1.1",
"description": "Badass utilities for integrating graphql-request and NestJS",

@@ -41,2 +41,3 @@ "author": "Jesse Carter <jesse.r.carter@gmail.com>",

"dependencies": {
"@golevelup/nestjs-common": "^1.4.0",
"@golevelup/nestjs-discovery": "^2.3.0",

@@ -60,3 +61,3 @@ "@golevelup/nestjs-modules": "^0.4.0",

},
"gitHead": "ada3a9472c21aab4cecb4c73dac1d1fa45911f82"
"gitHead": "6278f88818420e3a224e67b2a844749057fda8d1"
}

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