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

meadow

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meadow - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

2

package.json
{
"name": "meadow",
"version": "1.0.10",
"version": "1.0.11",
"description": "A data access library.",

@@ -5,0 +5,0 @@ "main": "source/Meadow.js",

@@ -189,2 +189,3 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system

_DefaultIdentifier = pDefaultIdentifier;
_DefaultGUIdentifier = 'GU' + pDefaultIdentifier;
return this;

@@ -194,14 +195,2 @@ };

/**
* Set the default globally-unique identifier field name
*
* @method setDefaultGUIdentifier
* @return {Object} This is chainable.
*/
var setDefaultGUIdentifier = function(pDefaultGUIdentifier)
{
_DefaultGUIdentifier = pDefaultGUIdentifier;
return this;
};
/**
* Create a record

@@ -338,3 +327,2 @@ */

setDefaultIdentifier: setDefaultIdentifier,
setDefaultGUIdentifier: setDefaultGUIdentifier,
setAuthorizer: setAuthorizer,

@@ -341,0 +329,0 @@

@@ -23,6 +23,6 @@ /**

// This is queued up for Travis defaults.
Server: "192.168.99.100",
Server: "localhost",
Port: 3306,
User: "admin",
Password: "zKVMD14cPC5N",
User: "root",
Password: "",
Database: "FableTest",

@@ -105,3 +105,2 @@ ConnectionPoolLimit: 20

.setDefaultIdentifier('IDAnimal')
.setDefaultGUIdentifier('GUIDAnimal')
.setDefault(_AnimalDefault)

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