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

esbuild-coffeescript

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-coffeescript - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

CHANGELOG.md

12

package.json
{
"name": "esbuild-coffeescript",
"version": "1.0.0",
"version": "2.0.0",
"description": "Bundle CoffeeScript with Esbuild",

@@ -19,11 +19,11 @@ "main": "index.js",

"dependencies": {
"coffeescript": "^2.5.1",
"esbuild": "^0.11.16"
"coffeescript": "^2.6.1",
"esbuild": "^0.14.14"
},
"devDependencies": {
"esbuild-jest": "^0.5.0",
"eslint": "^7.25.0",
"eslint-config-airbnb": "^18.2.1",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"jest": "^26.6.3"
"jest": "^27.4.7"
},

@@ -30,0 +30,0 @@ "prettier": {

@@ -56,2 +56,2 @@ # esbuild-coffeescript

Yes and no. Even if the last stable release of CoffeeScript were on January 2020, it still has over a million weekly downloads from NPM. CoffeeScript is also great for quick ideations and experiments.
While it might seem like it, coffeescript is still downloaded over 1.6 million times every week. Coffeescript is still actively used and widespread, and this plugin provides a great way for these projects to leverage the great esbuild tooling.
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