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.1.6 to 1.1.7

2

dist/FileOperation.js

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

return __awaiter(this, void 0, void 0, function* () {
let files_folders = fs.readdirSync(base + sub);
let files_folders = fs.readdirSync(path.join(base, sub));
for (let folder of files_folders) {

@@ -61,0 +61,0 @@ let s = path.join(sub, folder);

{
"name": "namirasoft-core",
"description": "Namira Software Corporation Core NPM Package",
"version": "1.1.6",
"version": "1.1.7",
"main": "./dist/index.js",

@@ -6,0 +6,0 @@ "types": "./dist/index.d.ts",

@@ -26,3 +26,3 @@ import * as fs from 'fs';

{
let files_folders = fs.readdirSync(base + sub);
let files_folders = fs.readdirSync(path.join(base, sub));
for (let folder of files_folders)

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