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.4.0 to 2.4.1

10

CHANGELOG.md

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

<a name="2.4.1"></a>
## [2.4.1](https://github.com/tomchentw/gulp-livescript/compare/v2.4.0...v2.4.1) (2015-12-07)
### Bug Fixes
* **index.ls:** use relative path in sourceMap.sources ([785374e](https://github.com/tomchentw/gulp-livescript/commit/785374e)), closes [#25](https://github.com/tomchentw/gulp-livescript/issues/25)
## 2.4.0 (2015-06-08)

@@ -2,0 +12,0 @@

2

lib/index.js

@@ -56,3 +56,3 @@ "use strict";

}
clonedFilename = Path.basename(clonedFile.path);
clonedFilename = clonedFile.relative;
filename = clonedFilename.replace(/js$/, 'ls');

@@ -59,0 +59,0 @@ output = ast.compileRoot(options);

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

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

@@ -1,5 +0,5 @@

# 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]
# gulp-livescript
> Compile LiveScript to JavaScript for Gulp
[![Version][npm-image]][npm-url]
[![Version][npm-image]][npm-url] [![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]

@@ -6,0 +6,0 @@

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