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

coffee-loader

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffee-loader - npm Package Compare versions

Comparing version 0.2.0 to 0.5.0

5

index.js

@@ -9,6 +9,7 @@ /*

return coffee.compile(source, {
filename: this.filenames[0],
debug: this.debug
filename: this.resource,
debug: this.debug,
bare: true
});
}
module.exports.seperable = true;

7

package.json
{
"name": "coffee-loader",
"version": "0.2.0",
"version": "0.5.0",
"author": "Tobias Koppers @sokra",
"description": "coffee loader module for webpack",
"dependencies": {
"coffee-script": "*"
"coffee-script": "1.4.x"
},

@@ -14,4 +14,3 @@ "licenses": [

}
],
"license": "MIT"
]
}
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