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

@akylas/kiss-orm

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akylas/kiss-orm - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

5

dist/Repositories/CrudRepository.js

@@ -114,5 +114,4 @@ import NotFoundError from '../Errors/NotFoundError';

}
const newModel = await this.createModelFromAttributes(model);
Object.assign(newModel, results[0]);
return newModel;
Object.assign(model, results[0]);
return model;
});

@@ -119,0 +118,0 @@ }

2

package.json

@@ -8,3 +8,3 @@ {

"author": "Sébastien Caparros",
"version": "2.1.1",
"version": "2.1.2",
"engines": {

@@ -11,0 +11,0 @@ "node": ">= 12.0.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