Socket
Socket
Sign inDemoInstall

dafo

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dafo - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # dafo Change Log

## [0.1.1] - Sep 11th, 2019
* Fixed the bug in `dafo/mysql` that all place holders after escape character `\` are keep raw.
## [0.1.0] - May 12th, 2019

@@ -7,0 +11,0 @@

2

package.json

@@ -14,3 +14,3 @@ {

"name": "dafo",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",

@@ -17,0 +17,0 @@ "keywords": [

@@ -191,2 +191,3 @@ /**

output += char;
escaped = false;
}

@@ -193,0 +194,0 @@ else if (char == ESCAPE_CHAR) {

@@ -163,2 +163,6 @@ 'use strict';

it('Y/m/d/H\\H/is', () => {
console.log(date_format(d1, 'Y/m/d/H\\H/is'));
});
it.skip('e, Timezone identifier (added in PHP 5.1.0) Examples: UTC, GMT, Atlantic/Azores', () => {

@@ -165,0 +169,0 @@ // TODO

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