🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

esbuild-coffeescript-rails

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-coffeescript-rails - npm Package Compare versions

Comparing version
2.2.1
to
2.2.2
+2
-2
index.js

@@ -33,3 +33,3 @@ const { readFile } = require('fs/promises');

console.log(`gatherRequireSources: ${path} @ ${level}`);
const sourceText = ""
let sourceText = ""
const source = await readFile(path, 'utf8');

@@ -57,3 +57,3 @@ const lines = source.split('\n');

console.log(`gatherRequireSources(${file}) -> ${filePath} @ ${level}`);
const fileSource = await readFile(filePath, 'utf8');

@@ -60,0 +60,0 @@ const result = await gatherRequireSources(accumulated, filePath, level + 1);

{
"name": "esbuild-coffeescript-rails",
"version": "2.2.1",
"version": "2.2.2",
"description": "Esbuild for Coffeescript with Rails Sprockets",

@@ -5,0 +5,0 @@ "main": "index.js",

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

# esbuild-coffeescript
# esbuild-coffeescript-rails

@@ -10,3 +10,3 @@ [![esbuild-coffeescript](https://github.com/johnie/esbuild-coffeescript/actions/workflows/master.yml/badge.svg?branch=master)](https://github.com/johnie/esbuild-coffeescript/actions/workflows/master.yml)

```
$ npm install --save-dev esbuild-coffeescript
$ npm install --save-dev esbuild-coffeescript-rails
```

@@ -13,0 +13,0 @@