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

@plasmicapp/query

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasmicapp/query - npm Package Compare versions

Comparing version 0.1.78 to 0.1.79

2

./dist/index.js

@@ -68,2 +68,3 @@ "use client";

__export(src_exports, {
HeadMetadataContext: () => HeadMetadataContext,
PlasmicPrepassContext: () => PlasmicPrepassContext,

@@ -237,2 +238,3 @@ PlasmicQueryDataProvider: () => PlasmicQueryDataProvider,

}
var HeadMetadataContext = import_react.default.createContext({});

@@ -239,0 +241,0 @@ // src/index.tsx

@@ -17,2 +17,11 @@ import { Fetcher } from 'swr';

export declare type HeadMetadata = {
title?: string;
description?: string;
image?: string;
canonical?: string;
};
export declare const HeadMetadataContext: React_2.Context<HeadMetadata>;
export declare function isPlasmicPrepass(): boolean;

@@ -19,0 +28,0 @@

@@ -198,2 +198,3 @@ "use client";

}
var HeadMetadataContext = React.createContext({});

@@ -213,2 +214,3 @@ // src/index.tsx

export {
HeadMetadataContext,
PlasmicPrepassContext,

@@ -215,0 +217,0 @@ PlasmicQueryDataProvider,

@@ -68,2 +68,3 @@ "use client";

__export(src_exports, {
HeadMetadataContext: () => HeadMetadataContext,
PlasmicPrepassContext: () => PlasmicPrepassContext,

@@ -237,2 +238,3 @@ PlasmicQueryDataProvider: () => PlasmicQueryDataProvider,

}
var HeadMetadataContext = import_react.default.createContext({});

@@ -239,0 +241,0 @@ // src/index.tsx

4

package.json
{
"version": "0.1.78",
"version": "0.1.79",
"license": "MIT",

@@ -51,3 +51,3 @@ "types": "./dist/index.d.ts",

},
"gitHead": "d610e0b0246d0f56d641248b95b7b10f235e68c5"
"gitHead": "2f8ee12f8f9c75c0f0af3834b8302b0bea542cbd"
}

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