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

@grouparoo/eloqua

Package Overview
Dependencies
Maintainers
5
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grouparoo/eloqua - npm Package Compare versions

Comparing version 0.7.0-alpha.10 to 0.7.0-alpha.11

__tests__/fixtures/export/destination-mapping-options.js

16

__tests__/export/destination-mapping-options.ts
import path from "path";
import "@grouparoo/spec-helper";
import { helper } from "@grouparoo/spec-helper";

@@ -16,16 +15,3 @@

const nockFile = path.join(
__dirname,
"../",
"fixtures",
"destination-mapping-options.js"
);
// these comments to use nock
const newNock = false;
require("./../fixtures/destination-mapping-options");
// or these to make it true
// const newNock = true;
// helper.recordNock(nockFile, updater);
const { newNock } = helper.useNock(__filename, updater);
const appOptions = loadAppOptions(newNock);

@@ -32,0 +18,0 @@ const appId = "app_789-po09-EOEP-HKp8-3039";

@@ -1,3 +0,1 @@

import path from "path";
import "@grouparoo/spec-helper";
import { helper } from "@grouparoo/spec-helper";

@@ -43,11 +41,3 @@

const nockFile = path.join(__dirname, "../", "fixtures", "export-records.js");
// these comments to use nock
const newNock = false;
require("./../fixtures/export-records");
// or these to make it true
// const newNock = true;
// helper.recordNock(nockFile, updater);
const { newNock } = helper.useNock(__filename, updater);
const appOptions = loadAppOptions(newNock);

@@ -54,0 +44,0 @@

@@ -5,3 +5,3 @@ {

"description": "The Grouparoo Eloqua Plugin",
"version": "0.7.0-alpha.10",
"version": "0.7.0-alpha.11",
"license": "MPL-2.0",

@@ -32,11 +32,11 @@ "private": false,

"dependencies": {
"@grouparoo/app-templates": "0.7.0-alpha.10",
"@grouparoo/app-templates": "0.7.0-alpha.11",
"axios": "0.21.4"
},
"devDependencies": {
"@grouparoo/core": "0.7.0-alpha.10",
"@grouparoo/spec-helper": "0.7.0-alpha.10",
"@grouparoo/core": "0.7.0-alpha.11",
"@grouparoo/spec-helper": "0.7.0-alpha.11",
"@types/jest": "*",
"@types/node": "*",
"actionhero": "27.1.4",
"actionhero": "27.1.5",
"dotenv": "10.0.0",

@@ -46,8 +46,8 @@ "fs-extra": "10.0.0",

"nock": "13.1.3",
"prettier": "2.3.2",
"prettier": "2.4.1",
"sequelize": "6.6.2",
"ts-jest": "27.0.5",
"typescript": "4.4.2"
"typescript": "4.4.3"
},
"gitHead": "3d606c072de5382417f6c0eb45290335ee92c06d"
"gitHead": "cd4dd4eeedc69078df0d7166610fac088ddb179c"
}
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