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

namirasoft-core

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

namirasoft-core - npm Package Compare versions

Comparing version 1.3.59 to 1.3.60

2

dist/FilterItem.js

@@ -11,3 +11,3 @@ "use strict";

if (filters)
return filters.map(x => x.getCommand()).join(";");
return filters.map(x => x.getCommand()).join("");
return "";

@@ -14,0 +14,0 @@ }

@@ -11,3 +11,3 @@ {

"private": false,
"version": "1.3.59",
"version": "1.3.60",
"author": "Amir Abolhasani",

@@ -14,0 +14,0 @@ "license": "MIT",

@@ -16,3 +16,3 @@ import { BaseMetaColumn } from "./BaseMetaColumn";

if (filters)
return filters.map(x => x.getCommand()).join(";");
return filters.map(x => x.getCommand()).join("");
return "";

@@ -19,0 +19,0 @@ }

Sorry, the diff of this file is not supported yet

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