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

yorm

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

yorm - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "yorm",
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {

@@ -5,0 +5,0 @@ "mysql": "*"

# Releases
1.0.2: Readme update
1.0.1: Major upgrade
Transaction supportof mysql can be used now by just pass a connection object to saveone and savemany.
Bufferinit has to be called first now if it is the first time to call any function.
No more Bluebird dependency since it is part of node now.

@@ -36,3 +39,3 @@ Better module exports organization.

var test = function() {
yorm.saveone('aa', onerecord)
yorm.saveone('aa', onerecord)
var records = []

@@ -50,3 +53,4 @@ for (var i = 0; i < 10, i++) {

setTimeout(test, 1000)
#Now you have to call bufferinit for first time call. So change setTimeout(test, 1000) to below:
yorm.bufferinit().then(test)
```

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