Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

febs-db

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

febs-db - npm Package Compare versions

Comparing version 1.1.12 to 1.1.13

4

HISTORY.md

@@ -31,1 +31,5 @@

- fix less_then -> less_than
1.1.13 / 2017-7-24
==================
- [bugfix]condition like 查询中文

2

lib/condition.js

@@ -118,3 +118,3 @@ 'use strict';

{
return ` ${alias?alias+'.':''}${t.map} LIKE '${value}' `;
return ` ${alias?alias+'.':''}${t.map} LIKE ${this.adapter.type_cast(value, t.type)} `;
}

@@ -121,0 +121,0 @@ else

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -52,3 +52,3 @@ {

},
"version": "1.1.12"
"version": "1.1.13"
}

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

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

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

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