Socket
Socket
Sign inDemoInstall

@git-stack/core

Package Overview
Dependencies
Maintainers
5
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@git-stack/core - npm Package Compare versions

Comparing version 0.0.1-alpha.10 to 0.0.1-alpha.20

8

CHANGELOG.md

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

## [0.0.1-alpha.20](https://github.com/cdmbase/git-stack/compare/v0.0.1-alpha.19...v0.0.1-alpha.20) (2020-11-26)
**Note:** Version bump only for package @git-stack/core
## [0.0.1-alpha.10](https://github.com/cdmbase/git-stack/compare/v0.0.1-alpha.9...v0.0.1-alpha.10) (2020-11-02)

@@ -8,0 +16,0 @@

12

lib/index.js

@@ -1075,5 +1075,5 @@ module.exports =

`;
exports.headContentDocument = graphql_tag_1.default `
query headContent($resource: String!) {
headContent(resource: $resource) {
exports.gitContentDocument = graphql_tag_1.default `
query gitContent($resource: String!) {
gitContent(resource: $resource) {
status

@@ -1118,5 +1118,5 @@ path

`;
exports.headContentDataDocument = graphql_tag_1.default `
subscription headContentData($resource: String!) {
headContentData(resource: $resource) {
exports.gitContentDataDocument = graphql_tag_1.default `
subscription gitContentData($resource: String!) {
gitContentData(resource: $resource) {
stdout

@@ -1123,0 +1123,0 @@ path

{
"name": "@git-stack/core",
"version": "0.0.1-alpha.10",
"version": "0.0.1-alpha.20",
"description": "GraphQL for sample",

@@ -60,3 +60,3 @@ "main": "lib/index.js",

},
"gitHead": "bb76f519fa2afc9464cc22c4c887cfc44ddeda41"
"gitHead": "28b6df92fd4dc622dfe893c127f4ce1d0e7ce58b"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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