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

coffeescript-module

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffeescript-module - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

4

package.json
{
"name": "coffeescript-module",
"description": "A base class for your Coffeescript projects",
"version": "0.0.2",
"version": "0.1.0",
"author": "Ryan LeFevre <meltingice8917@gmail.com> (http://meltingice.net)",

@@ -13,4 +13,4 @@ "homepage": "http://meltingice.net/2013/03/06/a-coffeescript-base-class/",

"dependencies": {
"coffee-script": ">= 1.6.1"
"coffee-script": ">= 1.7.1"
}
}

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

require('coffee-script');
module.exports = require('./module');
require('coffee-script/register');
module.exports = require('./module.coffee');
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