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

@nodeart/productservice

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodeart/productservice - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "@nodeart/productservice",
"version": "1.0.3",
"version": "1.0.4",
"description": "Service that send work to DAL related to products (search, filted, get categories, attributes, tags etc.)",

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

import { NgModule } from '@angular/core';
import { ProductService} from './products-service';
import { ProductService} from './product-service';
import { DalModule } from '@nodeart/dal/index';

@@ -4,0 +4,0 @@ @NgModule({

import {Injectable} from "@angular/core";
import {DbAbstractionLayer} from "@nodeart/dal/db-abstraction-layer";
import {DbAbstractionLayer} from "@nodeart/dal/index";
@Injectable()

@@ -4,0 +4,0 @@ export class ProductService{

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