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

waterline

Package Overview
Dependencies
Maintainers
4
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

waterline - npm Package Compare versions

Comparing version 0.13.5-1 to 0.13.5-2

7

lib/waterline/methods/archive-one.js

@@ -162,10 +162,5 @@ /**

// Build a modified shallow clone of the originally-provided `meta` from
// userland, but that also has `fetch: true` and the private/experimental
// flag, `skipEncryption: true`. For context on the bit about encryption,
// see: https://github.com/balderdashy/sails/issues/4302#issuecomment-363883885
// > PLEASE DO NOT RELY ON `skipEncryption` IN YOUR OWN CODE- IT COULD CHANGE
// > AT ANY TIME AND BREAK YOUR APP OR PLUGIN!
// userland, but that also has `fetch: true`.
var modifiedMetaForArchive = _.extend({}, query.meta || {}, {
fetch: true,
skipEncryption: true
});

@@ -172,0 +167,0 @@

9

lib/waterline/methods/destroy-one.js

@@ -161,10 +161,5 @@ /**

// Build a modified shallow clone of the originally-provided `meta` from
// userland, but that also has `fetch: true` and the private/experimental
// flag, `skipEncryption: true`. For context on the bit about encryption,
// see: https://github.com/balderdashy/sails/issues/4302#issuecomment-363883885
// > PLEASE DO NOT RELY ON `skipEncryption` IN YOUR OWN CODE- IT COULD CHANGE
// > AT ANY TIME AND BREAK YOUR APP OR PLUGIN!
// userland, but that also has `fetch: true`.
var modifiedMetaForDestroy = _.extend({}, query.meta || {}, {
fetch: true,
skipEncryption: true
fetch: true
});

@@ -171,0 +166,0 @@

{
"name": "waterline",
"description": "An ORM for Node.js and the Sails framework",
"version": "0.13.5-1",
"version": "0.13.5-2",
"homepage": "http://waterlinejs.org",

@@ -6,0 +6,0 @@ "contributors": [

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