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

sails-adminpanel

Package Overview
Dependencies
Maintainers
1
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sails-adminpanel - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

2

actions/edit.js

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

instance.model.update(params, reqData).exec(function(err, newRecord) {
instance.model.update(params, reqData).meta({fetch: true}).exec(function(err, newRecord) {
if (err) {

@@ -76,0 +76,0 @@ req._sails.log.error(err);

@@ -49,3 +49,3 @@ {

},
"version": "1.2.6"
"version": "1.2.7"
}
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