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

gatsby-plugin-utils

Package Overview
Dependencies
Maintainers
16
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-utils - npm Package Compare versions

Comparing version 0.2.27 to 0.2.28

dist/__tests__/test-plugin-options-schema.d.ts

10

CHANGELOG.md

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

## [0.2.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.2.27...gatsby-plugin-utils@0.2.28) (2020-10-12)
### Bug Fixes
- **gatsby:** Make pluginOptionsSchema optional ([#27397](https://github.com/gatsbyjs/gatsby/issues/27397)) ([a67fb02](https://github.com/gatsbyjs/gatsby/commit/a67fb0212ac9bd94964d8d5c256beebe6cb6f253)), closes [#27242](https://github.com/gatsbyjs/gatsby/issues/27242)
### Features
- **gatsby-plugin-utils:** add testPluginOptionsSchema to verify plugin schema options ([#27334](https://github.com/gatsbyjs/gatsby/issues/27334)) ([6f842fb](https://github.com/gatsbyjs/gatsby/commit/6f842fb534d204590ca86e1c297edd4438969ac0))
## [0.2.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.2.26...gatsby-plugin-utils@0.2.27) (2020-10-07)

@@ -8,0 +18,0 @@

0

dist/__tests__/index.d.ts
export {};
export * from "./validate";
export * from "./test-plugin-options-schema";
export * from "./joi";

@@ -12,2 +12,9 @@ "use strict";

var _testPluginOptionsSchema = require("./test-plugin-options-schema");
Object.keys(_testPluginOptionsSchema).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
exports[key] = _testPluginOptionsSchema[key];
});
var _joi = require("./joi");

@@ -14,0 +21,0 @@

import { PluginOptionsSchemaJoi } from "./utils/plugin-options-schema-joi-type";
export * from "./utils/plugin-options-schema-joi-type";
export declare const Joi: PluginOptionsSchemaJoi;

@@ -0,0 +0,0 @@ import { ObjectSchema } from "./utils/plugin-options-schema-joi-type";

5

package.json
{
"name": "gatsby-plugin-utils",
"version": "0.2.27",
"version": "0.2.28",
"description": "Gatsby utils that help creating plugins",

@@ -31,2 +31,3 @@ "main": "dist/index.js",

"cross-env": "^7.0.2",
"gatsby": "^2.24.74",
"rimraf": "^3.0.2",

@@ -42,3 +43,3 @@ "typescript": "^3.9.5"

},
"gitHead": "7d094d3eb33452783eefd7902282d47ade356e48"
"gitHead": "63532f7d3626197dbcbb792227f9042039875e8c"
}
export * from "./validate"
export * from "./test-plugin-options-schema"
export * from "./joi"

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