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.1 to 4.3.2

24

bower.json
{
"name": "squel",
"version": "4.3.1",
"main": "squel.js",
"ignore": [
"**/.*",
"Gruntfile.js",
"node_modules",
"public",
"test",
"src",
"docs"
]
"name": "squel",
"version": "4.3.2",
"main": "squel.js",
"ignore": [
"**/.*",
"Gruntfile.js",
"node_modules",
"public",
"test",
"src",
"docs"
]
}
# Changelog for [squel](https://github.com/hiddentao/squel)
## 24 Feb 2016 (4.3.2)
* Fix for #210
## 18 Feb 2016 (4.3.1)

@@ -4,0 +7,0 @@ * #208 - Rework expressions to allow for easier cloning.

{
"name": "squel",
"description": "SQL query string builder",
"version": "4.3.1",
"author": "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
"contributors": [
"Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)"
],
"dependencies": {},
"devDependencies": {
"coffee-script": "~1.6.3",
"uglify-js": "1.3.x",
"chai": "1.5.x",
"mocha": "1.9.x",
"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"
},
"keywords": [
"sql",
"database",
"rdbms"
],
"main": "squel",
"scripts": {
"test": "grunt",
"build": "grunt",
"prepublish": "npm build"
},
"repository": {
"type": "git",
"url": "https://github.com/hiddentao/squel.git"
},
"engines": {
"node": ">= 0.6.0"
}
"name": "squel",
"description": "SQL query string builder",
"version": "4.3.2",
"author": "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
"contributors": [
"Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
"Sergej Brjuchanov <serges@seznam.cz>"
],
"dependencies": {},
"devDependencies": {
"coffee-script": "~1.6.3",
"uglify-js": "1.3.x",
"chai": "1.5.x",
"mocha": "1.9.x",
"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"
},
"keywords": [
"sql",
"database",
"rdbms"
],
"main": "squel",
"scripts": {
"test": "grunt",
"build": "grunt",
"prepublish": "npm build"
},
"repository": {
"type": "git",
"url": "https://github.com/hiddentao/squel.git"
},
"engines": {
"node": ">= 0.6.0"
}
}

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