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

@salesforce/apex-node

Package Overview
Dependencies
Maintainers
43
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforce/apex-node - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

lib/src/common/fileSystemHandler.d.ts

11

package.json
{
"name": "@salesforce/apex-node",
"description": "Salesforce js library for Apex",
"version": "0.0.4",
"version": "0.0.5",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/salesforcedx-apex/issues",
"main": "lib/index.js",
"main": "lib/src/index.js",
"dependencies": {
"@salesforce/core": "2.5.1"
"@salesforce/core": "2.9.0"
},

@@ -20,6 +20,7 @@ "devDependencies": {

"mocha": "^5",
"mocha-junit-reporter": "^1.23.3",
"nyc": "^14.1.1",
"shx": "0.2.2",
"sinon": "^7.3.1",
"ts-node": "^8.7.0",
"source-map-support": "^0.5.16",
"typescript": "3.7.5"

@@ -42,3 +43,3 @@ },

"lint": "eslint -c .eslintrc.json --ext .ts ./src ./test",
"test": "mocha --recursive \"./test/**/*.test.ts\" --full-trace",
"test": "nyc mocha",
"publish-apex": "yarn publish --non-interactive"

@@ -45,0 +46,0 @@ },

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