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

simple-graphql

Package Overview
Dependencies
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-graphql - npm Package Compare versions

Comparing version 4.0.15 to 4.0.16

1

dist/index.d.ts
export * from './definition/SGSchema';
export * from './build';
export * from './Definition';
export * from './plugin';

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

__exportStar(require("./Definition"), exports);
__exportStar(require("./plugin"), exports);
//# sourceMappingURL=index.js.map

@@ -0,2 +1,14 @@

export * as addMutationPlugin from './addMutationPlugin';
export * as bulkAddMutationPlugin from './bulkAddMutationPlugin';
export * as cachePlugin from './cachePlugin';
export * as deleteMutationPlugin from './deleteMutationPlugin';
export * as genHasManyLinkPlugin from './genHasManyLinkPlugin';
export * as genHasOneLinkPlugin from './genHasOneLinkPlugin';
export * as pluralQueryPlugin from './pluralQueryPlugin';
export * as saveMutationPlugin from './saveMutationPlugin';
export * as singularQueryPlugin from './singularQueryPlugin';
export * as timestampPlugin from './timestampPlugin';
export * as updateMutationPlugin from './updateMutationPlugin';
export * as versionPlugin from './versionPlugin';
declare const _default: import("..").PluginConfig<import("..").PluginOptions>[];
export default _default;
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -6,2 +25,3 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

Object.defineProperty(exports, "__esModule", { value: true });
exports.versionPlugin = exports.updateMutationPlugin = exports.timestampPlugin = exports.singularQueryPlugin = exports.saveMutationPlugin = exports.pluralQueryPlugin = exports.genHasOneLinkPlugin = exports.genHasManyLinkPlugin = exports.deleteMutationPlugin = exports.cachePlugin = exports.bulkAddMutationPlugin = exports.addMutationPlugin = void 0;
const addMutationPlugin_1 = __importDefault(require("./addMutationPlugin"));

@@ -19,2 +39,14 @@ const bulkAddMutationPlugin_1 = __importDefault(require("./bulkAddMutationPlugin"));

const versionPlugin_1 = __importDefault(require("./versionPlugin"));
exports.addMutationPlugin = __importStar(require("./addMutationPlugin"));
exports.bulkAddMutationPlugin = __importStar(require("./bulkAddMutationPlugin"));
exports.cachePlugin = __importStar(require("./cachePlugin"));
exports.deleteMutationPlugin = __importStar(require("./deleteMutationPlugin"));
exports.genHasManyLinkPlugin = __importStar(require("./genHasManyLinkPlugin"));
exports.genHasOneLinkPlugin = __importStar(require("./genHasOneLinkPlugin"));
exports.pluralQueryPlugin = __importStar(require("./pluralQueryPlugin"));
exports.saveMutationPlugin = __importStar(require("./saveMutationPlugin"));
exports.singularQueryPlugin = __importStar(require("./singularQueryPlugin"));
exports.timestampPlugin = __importStar(require("./timestampPlugin"));
exports.updateMutationPlugin = __importStar(require("./updateMutationPlugin"));
exports.versionPlugin = __importStar(require("./versionPlugin"));
exports.default = [

@@ -21,0 +53,0 @@ addMutationPlugin_1.default,

2

package.json
{
"name": "simple-graphql",
"version": "4.0.15",
"version": "4.0.16",
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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