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.3.0 to 2.0.0

10

CHANGELOG.md

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

## 2.0.0 (2014-10-17)
#### Features
* **package.json:**
* move LiveScript to peerDependencies ([8a7bd6fd](https://github.com/tomchentw/gulp-livescript/commit/8a7bd6fd64aa7817cbe49a5560ff67ec268b1d90))
* changed dependencies from ~ to ^ ([2fc18196](https://github.com/tomchentw/gulp-livescript/commit/2fc1819697740537a56bb05f2f5e6285668edeed))
## 1.3.0 (2014-10-17)

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

21

package.json
{
"name": "gulp-livescript",
"version": "1.3.0",
"version": "2.0.0",
"description": "Compile LiveScript to JavaScript for Gulp",

@@ -35,13 +35,16 @@ "main": "lib/index.js",

"dependencies": {
"gulp-util": "~3.0.1",
"LiveScript": "~1.3.0",
"through2": "~0.6.3"
"gulp-util": "^3.0.1",
"through2": "^0.6.3"
},
"peerDependencies": {
"LiveScript": "^1.3.0"
},
"devDependencies": {
"codeclimate-test-reporter": "~0.0.4",
"istanbul": "~0.3.2",
"mocha": "~1.21.5",
"should": "~4.0.4",
"tomchentw-npm-dev": "~1.0.0"
"LiveScript": "^1.3.0",
"codeclimate-test-reporter": "0.0.4",
"istanbul": "^0.3.2",
"mocha": "^1.21.5",
"should": "^4.0.4",
"tomchentw-npm-dev": "^1.0.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