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

@wix/blog_blog-importer

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/blog_blog-importer - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

build/cjs/src/blog-v1-wordpress-import-blog-importer.http.js

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

}
const PACKAGE_NAME = '@wix/blog_blog-importer';
/** Starts wordpress import process. */

@@ -31,2 +32,3 @@ function startImport(payload) {

methodFqn: 'com.wix.blog.WordpressImportService.StartImport',
packageName: PACKAGE_NAME,
url: resolveComWixBlogWordpressImportServiceUrl({

@@ -56,2 +58,3 @@ protoPath: '/v1/wordpress-import',

methodFqn: 'com.wix.blog.WordpressImportService.SubmitUrlForImport',
packageName: PACKAGE_NAME,
url: resolveComWixBlogWordpressImportServiceUrl({

@@ -75,2 +78,3 @@ protoPath: '/v1/prepare-wordpress-url-import',

methodFqn: 'com.wix.blog.WordpressImportService.ValidateUrlForImport',
packageName: PACKAGE_NAME,
url: resolveComWixBlogWordpressImportServiceUrl({

@@ -95,2 +99,3 @@ protoPath: '/v1/validate-wordpress-url-import',

methodFqn: 'com.wix.blog.WordpressImportService.GetImportStatus',
packageName: PACKAGE_NAME,
url: resolveComWixBlogWordpressImportServiceUrl({

@@ -115,2 +120,3 @@ protoPath: '/v1/wordpress-import',

methodFqn: 'com.wix.blog.WordpressImportService.GetNotImportedPosts',
packageName: PACKAGE_NAME,
url: resolveComWixBlogWordpressImportServiceUrl({

@@ -117,0 +123,0 @@ protoPath: '/v1/wordpress-import/posts/not-imported',

@@ -20,2 +20,3 @@ import { toURLSearchParams } from '@wix/metro-runtime';

}
const PACKAGE_NAME = '@wix/blog_blog-importer';
/** Starts wordpress import process. */

@@ -28,2 +29,3 @@ export function startImport(payload) {

methodFqn: 'com.wix.blog.WordpressImportService.StartImport',
packageName: PACKAGE_NAME,
url: resolveComWixBlogWordpressImportServiceUrl({

@@ -52,2 +54,3 @@ protoPath: '/v1/wordpress-import',

methodFqn: 'com.wix.blog.WordpressImportService.SubmitUrlForImport',
packageName: PACKAGE_NAME,
url: resolveComWixBlogWordpressImportServiceUrl({

@@ -70,2 +73,3 @@ protoPath: '/v1/prepare-wordpress-url-import',

methodFqn: 'com.wix.blog.WordpressImportService.ValidateUrlForImport',
packageName: PACKAGE_NAME,
url: resolveComWixBlogWordpressImportServiceUrl({

@@ -89,2 +93,3 @@ protoPath: '/v1/validate-wordpress-url-import',

methodFqn: 'com.wix.blog.WordpressImportService.GetImportStatus',
packageName: PACKAGE_NAME,
url: resolveComWixBlogWordpressImportServiceUrl({

@@ -108,2 +113,3 @@ protoPath: '/v1/wordpress-import',

methodFqn: 'com.wix.blog.WordpressImportService.GetNotImportedPosts',
packageName: PACKAGE_NAME,
url: resolveComWixBlogWordpressImportServiceUrl({

@@ -110,0 +116,0 @@ protoPath: '/v1/wordpress-import/posts/not-imported',

4

package.json
{
"name": "@wix/blog_blog-importer",
"version": "1.0.4",
"version": "1.0.5",
"publishConfig": {

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

},
"falconPackageHash": "9574e2094821b813f7beec9004f2ab8762ea2b32258ddf533f0f20ab"
"falconPackageHash": "818c25a284a7219b8b9a074850210e26d8b2f953fed8f5914c5ce9b6"
}

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