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

squel

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

squel - npm Package Compare versions

Comparing version 4.3.3 to 4.4.0

gulpfile.js

3

CHANGELOG.md
# Changelog for [squel](https://github.com/hiddentao/squel)
## 19 Mar 2016 (4.4.0)
* Ported coffeescript to ES6
## 29 Feb 2016 (4.3.3)

@@ -4,0 +7,0 @@ * Fix for #216

32

package.json
{
"name": "squel",
"description": "SQL query string builder",
"version": "4.3.3",
"version": "4.4.0",
"author": "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",

@@ -12,17 +12,19 @@ "contributors": [

"devDependencies": {
"coffee-script": "~1.6.3",
"uglify-js": "1.3.x",
"babel-preset-es2015": "^6.6.0",
"chai": "1.5.x",
"coffee-script": "^1.10.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.5.0",
"gulp-mocha": "^2.2.0",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.3",
"load-grunt-tasks": "~0.1.0",
"mocha": "1.9.x",
"run-sequence": "^1.1.5",
"sinon": "1.6.x",
"underscore": "1.4.x",
"grunt-contrib-coffee": "~0.7.0",
"time-grunt": "~0.1.1",
"grunt-contrib-clean": "~0.5.0",
"load-grunt-tasks": "~0.1.0",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.4",
"grunt-mocha-test": "~0.6.3",
"grunt-shell": "~0.4.0",
"grunt-text-replace": "~0.3.11"
"uglify-js": "1.3.x",
"underscore": "1.4.x"
},

@@ -36,5 +38,5 @@ "keywords": [

"scripts": {
"test": "grunt",
"build": "grunt",
"prepublish": "npm build"
"test": "gulp",
"build": "gulp",
"prepublish": "npm run build"
},

@@ -41,0 +43,0 @@ "repository": {

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

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