New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wix/crm_contacts

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/crm_contacts - npm Package Compare versions

Comparing version 1.0.47 to 1.0.48

12

build/cjs/src/contacts-v4-contact-contacts.http.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getContact = exports.queryContacts = exports.unlabelContact = exports.labelContact = exports.deleteContact = exports.mergeContacts = exports.updateContact = exports.createContact = void 0;
const metro_runtime_1 = require("@wix/metro-runtime");
const rest_modules_1 = require("@wix/sdk-runtime/rest-modules");
const float_1 = require("@wix/sdk-runtime/transformations/float");

@@ -11,3 +11,3 @@ const float_2 = require("@wix/sdk-runtime/transformations/float");

const transform_paths_1 = require("@wix/sdk-runtime/transformations/transform-paths");
const rest_modules_1 = require("@wix/sdk-runtime/rest-modules");
const rest_modules_2 = require("@wix/sdk-runtime/rest-modules");
function resolveComWixpressContactsCoreApiV4ContactsServiceV4Url(opts) {

@@ -46,3 +46,3 @@ const domainToMappings = {

};
return (0, rest_modules_1.resolveUrl)(Object.assign(opts, { domainToMappings }));
return (0, rest_modules_2.resolveUrl)(Object.assign(opts, { domainToMappings }));
}

@@ -286,3 +286,3 @@ const PACKAGE_NAME = '@wix/crm_contacts';

}),
params: (0, metro_runtime_1.toURLSearchParams)(payload),
params: (0, rest_modules_1.toURLSearchParams)(payload),
};

@@ -372,3 +372,3 @@ return metadata;

}),
params: (0, metro_runtime_1.toURLSearchParams)(payload),
params: (0, rest_modules_1.toURLSearchParams)(payload),
transformResponse: (payload) => (0, transform_paths_1.transformPaths)(payload, [

@@ -500,3 +500,3 @@ {

}),
params: (0, metro_runtime_1.toURLSearchParams)(payload),
params: (0, rest_modules_1.toURLSearchParams)(payload),
transformResponse: (payload) => (0, transform_paths_1.transformPaths)(payload, [

@@ -503,0 +503,0 @@ {

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

import { toURLSearchParams } from '@wix/metro-runtime';
import { toURLSearchParams } from '@wix/sdk-runtime/rest-modules';
import { transformSDKFloatToRESTFloat } from '@wix/sdk-runtime/transformations/float';

@@ -3,0 +3,0 @@ import { transformRESTFloatToSDKFloat } from '@wix/sdk-runtime/transformations/float';

{
"name": "@wix/crm_contacts",
"version": "1.0.47",
"version": "1.0.48",
"publishConfig": {

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

},
"falconPackageHash": "147f4bfe5cd71ffac03ea94e364d4e737d5f925ac94474fa57312569"
"falconPackageHash": "5123e9a9ad7c69e1f1616e6160c2305958f198df1f959c48fc794ead"
}

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