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

gulp-livescript

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

gulp-livescript - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

### 2.3.1 (2015-05-21)
## 2.3.0 (2014-11-23)

@@ -2,0 +5,0 @@

7

package.json
{
"__template__gist__": "https://gist.github.com/tomchentw/0dc24c30955c1a6c94d4#file-package-json",
"name": "gulp-livescript",
"version": "2.3.0",
"version": "2.3.1",
"description": "Compile LiveScript to JavaScript for Gulp",

@@ -29,6 +29,3 @@ "main": "lib/index.js",

},
"license": {
"type": "MIT",
"url": "http://tomchentw.mit-license.org"
},
"license": "MIT",
"bugs": {

@@ -35,0 +32,0 @@ "url": "https://github.com/tomchentw/gulp-livescript/issues"

@@ -7,2 +7,9 @@ # gulp-livescript [![Travis CI][travis-image]][travis-url] [![Quality][codeclimate-image]][codeclimate-url] [![Coverage][codeclimate-coverage-image]][codeclimate-coverage-url] [![Dependencies][gemnasium-image]][gemnasium-url] [![Gitter][gitter-image]][gitter-url]

## Installation
```sh
npm i --save gulp-livescript
```
## Information

@@ -31,4 +38,6 @@

### See how we compile [`src/index.ls`](https://github.com/tomchentw/gulp-livescript/blob/master/src/index.ls) to [`index.js`](https://github.com/tomchentw/gulp-livescript/blob/master/index.js) in [this project](https://github.com/tomchentw/gulp-livescript/blob/master/gulpfile.ls).
### See how we compile [`src/index.ls`](https://github.com/tomchentw/gulp-livescript/blob/master/src/index.ls) to [`lib/index.js`](https://github.com/tomchentw/gulp-livescript/blob/master/lib/index.js) in [this project](https://github.com/tomchentw/gulp-livescript/blob/631b6f34e74133a595609732d724e98649ab48a6/gulpfile.ls).
*Notice:* I used gulpfile to compile src to lib in the old days, now I use `lsc` compiler directly.
![`gulpfile.ls`](https://f.cloud.github.com/assets/922234/2353915/093164d2-a5ae-11e3-8016-d1191004acb2.png)

@@ -35,0 +44,0 @@

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