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.3 to 1.1.4

dist/FileOperation.d.ts

6

dist/PackageService.js

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

const fs_1 = __importDefault(require("fs"));
const FindUp_1 = require("./FindUp");
const FileOperation_1 = require("./FileOperation");
class PackageService {

@@ -20,3 +20,3 @@ static get(path) {

static getMain() {
const paths = (0, FindUp_1.FindUp)('package.json');
const paths = FileOperation_1.FileOperation.findUp('package.json');
if (paths)

@@ -27,3 +27,3 @@ return this.get(paths[paths.length - 1]);

static getThis() {
const paths = (0, FindUp_1.FindUp)('package.json');
const paths = FileOperation_1.FileOperation.findUp('package.json');
if (paths)

@@ -30,0 +30,0 @@ return this.get(paths[0]);

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

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

import fs from "fs";
import { FindUp } from "./FindUp";
import { FileOperation } from "./FileOperation";

@@ -18,3 +18,3 @@ export class PackageService

{
const paths = FindUp('package.json');
const paths = FileOperation.findUp('package.json');
if (paths)

@@ -26,3 +26,3 @@ return this.get(paths[paths.length - 1]);

{
const paths = FindUp('package.json');
const paths = FileOperation.findUp('package.json');
if (paths)

@@ -29,0 +29,0 @@ return this.get(paths[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