New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

js2coffee

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js2coffee - npm Package Compare versions

Comparing version

to
2.0.3

@@ -1,7 +0,11 @@

## v2.0.2 - unreleased
## v2.0.3 - Feb 14, 2015
- Remove 'coffee-script' as hard dependency, just use pre-built distribution [#351]
## v2.0.2 - Feb 13, 2015
- Fix nesting division operators (eg: `a / (b * c)`) [#348]
- Add 'coffee-script' as a hard dependency [#351]
## v2.0.1 - February 10, 2014
## v2.0.1 - February 10, 2015

@@ -13,3 +17,3 @@ - Upgrade from `esprima-harmony` to `esprima-fb` v10001.1.0 [#343]

## v2.0.0 - February 2, 2014
## v2.0.0 - February 2, 2015

@@ -16,0 +20,0 @@ Full rewrite that features the Esprima parser. This release resolves a lot of issues,

{
"name": "js2coffee",
"version": "2.0.2",
"version": "2.0.3",
"description": "JavaScript to CoffeeScript compiler",
"homepage": "http://js2.coffee",
"main": "index.js",
"main": "dist/js2coffee.js",
"keywords": [

@@ -32,3 +32,2 @@ "javascript",

"dependencies": {
"coffee-script": "^1.8.0",
"escodegen": "^1.6.0",

@@ -44,2 +43,3 @@ "esprima-fb": "^10001.1.0-dev-harmony-fb",

"chai": "^1.9.1",
"coffee-script": "^1.8.0",
"coffeeify": "^1.0.0",

@@ -46,0 +46,0 @@ "coffeelint": "^1.6.0",

@@ -29,3 +29,3 @@ # <img src="http://js2.coffee/assets/logo-white.svg" width="250">

> [](#version) `http://cdn.rawgit.com/js2coffee/js2coffee/v2.0.2/dist/js2coffee.js`
> [](#version) `http://cdn.rawgit.com/js2coffee/js2coffee/v2.0.3/dist/js2coffee.js`

@@ -32,0 +32,0 @@ <br>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display