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

slowjam

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slowjam - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

TODO

1

lib/slowjam.js

@@ -78,2 +78,3 @@ // slowjam: ScreenSlow Jam the Code

// TODO: Handle this error: "Error: ENOENT, no such file or directory..."
SlowJam.prototype.readLitcoffeeFile = function() {

@@ -80,0 +81,0 @@ this.asMarkdown = fs.readFileSync(this.fileName, {'encoding':'utf8'})

12

package.json
{
"name": "slowjam",
"version": "0.1.6",
"version": "0.1.7",
"description": "Plays your code, slowly.",

@@ -24,8 +24,8 @@ "author": "Jason Huggins <jrhuggins@gmail.com>",

"dependencies": {
"coffee-script": "1.7.x",
"marked": "0.3.x",
"esprima": "1.2.x",
"escodegen": "1.3.x",
"minimist": "0.1.x"
"coffee-script": "*",
"marked": "*",
"esprima": "*",
"escodegen": "*",
"minimist": "*"
}
}

Sorry, the diff of this file is not supported yet

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