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

djorm

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djorm - npm Package Compare versions

Comparing version 0.1.19-alpha.1 to 0.1.19-alpha.2

9

fields/FileField.js

@@ -50,3 +50,2 @@ const storageHub = require('../storage/StorageHub')

if (e) {
console.log('REJECT HERE')
reject(e)

@@ -87,3 +86,2 @@ } else {

if (value) {
console.log('toDb', value, value.name)
return value.name

@@ -94,2 +92,9 @@ }

serialize (value) {
if (value) {
return value.filePath
}
return super.serialize(value)
}
async saveFileValue (inst, fieldName, value) {

@@ -96,0 +101,0 @@ if (value) {

{
"name": "djorm",
"version": "0.1.19-alpha.1",
"version": "0.1.19-alpha.2",
"description": "Django like ORM framework",

@@ -44,3 +44,3 @@ "author": "Pavel Žák <pavel@zak.global>",

},
"gitHead": "277500700564a2959158bc571b9ed274b1bb1141"
"gitHead": "380e5b3b2201e9f36f148499d93c4ea1723ec1b7"
}
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