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

@openfn/compiler

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openfn/compiler - npm Package Compare versions

Comparing version 0.0.39 to 0.0.40

2

dist/index.js

@@ -365,6 +365,4 @@ // src/compile.ts

if (isPath(pathOrSource)) {
logger.debug("Starting compilation from file at", pathOrSource);
source = loadFile(pathOrSource);
} else {
logger.debug("Starting compilation from string");
}

@@ -371,0 +369,0 @@ const ast = parse2(source);

4

package.json
{
"name": "@openfn/compiler",
"version": "0.0.39",
"version": "0.0.40",
"description": "Compiler and language tooling for openfn jobs.",

@@ -38,3 +38,3 @@ "author": "Open Function Group <admin@openfn.org>",

"@openfn/describe-package": "0.0.18",
"@openfn/logger": "0.0.20"
"@openfn/logger": "1.0.0"
},

@@ -41,0 +41,0 @@ "files": [

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