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

@nodeart/basketservice

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodeart/basketservice - npm Package Compare versions

Comparing version 2.1.39 to 2.1.40

6

package.json
{
"name": "@nodeart/basketservice",
"version": "2.1.39",
"version": "2.1.40",
"description": "Save and remove products in basket, track user basket history",

@@ -16,5 +16,5 @@ "main": "index.ts",

"dependencies": {
"@nodeart/dal": "2.1.39",
"@nodeart/session-flow": "2.1.39"
"@nodeart/dal": "2.1.40",
"@nodeart/session-flow": "2.1.40"
}
}

@@ -135,3 +135,5 @@ import { DbAbstractionLayer } from '@nodeart/dal/index';

if(!productExistInBasket) {
product.items = 1;
if(!product.items){
product.items = 1;
}
newBasket.push(product);

@@ -138,0 +140,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