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

@wix/blog_posts

Package Overview
Dependencies
Maintainers
0
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/blog_posts - npm Package Compare versions

Comparing version 1.0.51 to 1.0.52

14

build/es/src/blog-v3-post-posts.context.js

@@ -9,9 +9,9 @@ import { getPost as publicGetPost, getPostBySlug as publicGetPostBySlug, listPosts as publicListPosts, queryPosts as publicQueryPosts, getPostMetrics as publicGetPostMetrics, queryPostCountStats as publicQueryPostCountStats, getTotalPosts as publicGetTotalPosts, } from './blog-v3-post-posts.public';

import { onPostUnliked as publicOnPostUnliked } from './blog-v3-post-posts.public';
export const getPost = createRESTModule(publicGetPost);
export const getPostBySlug = createRESTModule(publicGetPostBySlug);
export const listPosts = createRESTModule(publicListPosts);
export const queryPosts = createRESTModule(publicQueryPosts);
export const getPostMetrics = createRESTModule(publicGetPostMetrics);
export const queryPostCountStats = createRESTModule(publicQueryPostCountStats);
export const getTotalPosts = createRESTModule(publicGetTotalPosts);
export const getPost = /*#__PURE__*/ createRESTModule(publicGetPost);
export const getPostBySlug = /*#__PURE__*/ createRESTModule(publicGetPostBySlug);
export const listPosts = /*#__PURE__*/ createRESTModule(publicListPosts);
export const queryPosts = /*#__PURE__*/ createRESTModule(publicQueryPosts);
export const getPostMetrics = /*#__PURE__*/ createRESTModule(publicGetPostMetrics);
export const queryPostCountStats = /*#__PURE__*/ createRESTModule(publicQueryPostCountStats);
export const getTotalPosts = /*#__PURE__*/ createRESTModule(publicGetTotalPosts);
export { publicOnPostCreated };

@@ -18,0 +18,0 @@ /**

{
"name": "@wix/blog_posts",
"version": "1.0.51",
"version": "1.0.52",
"publishConfig": {

@@ -46,3 +46,3 @@ "registry": "https://registry.npmjs.org/",

},
"falconPackageHash": "5b7b673a3814b54c8bf2801c2f879785b88171c65b02d4e88271b32f"
"falconPackageHash": "66762de59798ee3a5b353d9908317f74b8f6928e5ffce41da8e69be3"
}

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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

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

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

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

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

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