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 1.2.1 to 1.3.0

13

CHANGELOG.md

@@ -0,1 +1,14 @@

## 1.3.0 (2014-10-17)
#### Bug Fixes
* **index.js:** require syntax for LiveScript 1.3.0 ([0dcbb6bf](https://github.com/tomchentw/gulp-livescript/commit/0dcbb6bfcc118d505d586a7474609efd1cb4f48e))
#### Features
* **package.json:** upgrade LiveScript to 1.3.0 ([3c2202d4](https://github.com/tomchentw/gulp-livescript/commit/3c2202d42b928dd79586debdc4f31340dd022266))
### 1.2.1 (2014-10-17)

@@ -2,0 +15,0 @@

1

lib/index.js

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

// Generated by LiveScript 1.2.0
var through2, LiveScript, gutil;

@@ -3,0 +2,0 @@ through2 = require('through2');

{
"name": "gulp-livescript",
"version": "1.2.1",
"version": "1.3.0",
"description": "Compile LiveScript to JavaScript for Gulp",
"main": "lib/index.js",
"scripts": {
"build": "lsc -b -c -o ./lib ./src/*",
"build": "lsc --no-header -b -c -o ./lib ./src/*",
"test": "mocha -R spec --compilers ls:LiveScript --require should",

@@ -36,3 +36,3 @@ "test_travis": "istanbul cover _mocha -- -R spec --compilers ls:LiveScript --require should",

"gulp-util": "~3.0.1",
"LiveScript": "~1.2.0",
"LiveScript": "~1.3.0",
"through2": "~0.6.3"

@@ -39,0 +39,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