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

@ntegral/nestjs-force

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ntegral/nestjs-force - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

5

lib/jsforce.module.spec.ts
import { Test } from '@nestjs/testing';
import { JsForceModule } from "./jsforce.module";
import { JsForceConfigOptions, JsForceConfigOptionsFactory } from "./common/interfaces";
import { JSFORCE_MODULE_OPTIONS, JSFORCE_TOKEN } from "./common";
import { config } from "rxjs";
import { async } from "rxjs/internal/scheduler/async";
import { JSFORCE_TOKEN } from "./common";
import { Client } from './client';
import { expression } from '@babel/template';

@@ -10,0 +7,0 @@ describe('JsForceModule', () => {

14

package.json

@@ -10,3 +10,3 @@ {

"name": "@ntegral/nestjs-force",
"version": "1.0.7",
"version": "1.0.8",
"description": "Provides an injectable salesforce client to provide features to the Salesforce API",

@@ -36,11 +36,11 @@ "main": "./dist/index.js",

"@nestjs/testing": "^6.8.3",
"@types/jest": "^24.0.19",
"@types/jsforce": "^1.9.10",
"codecov": "^3.6.1",
"@types/jest": "^24.9.1",
"@types/jsforce": "^1.9.15",
"codecov": "^3.6.5",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"prettier": "^1.19.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.3",
"ts-jest": "^24.1.0",
"typescript": "^3.6.4"
"ts-jest": "^24.3.0",
"typescript": "^3.8.3"
},

@@ -47,0 +47,0 @@ "dependencies": {

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