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.4.0 to 1.4.1

1

dist/ObjectService.d.ts
import { ConvertService } from "./ConvertService";
import { ParsedNameValue } from "./ParsedNameValue";
export declare class ObjectService extends ConvertService {
static isClass(obj: any): boolean;
private object;

@@ -5,0 +6,0 @@ constructor(object: ParsedNameValue, mandatory?: boolean);

@@ -6,2 +6,5 @@ "use strict";

class ObjectService extends ConvertService_1.ConvertService {
static isClass(obj) {
return typeof obj === 'function' && /^\s*class\s+/.test(obj.toString());
}
constructor(object, mandatory = false) {

@@ -8,0 +11,0 @@ super(mandatory);

6

package.json

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

"private": false,
"version": "1.4.0",
"version": "1.4.1",
"author": "Amir Abolhasani",

@@ -21,4 +21,4 @@ "license": "MIT",

"dependencies": {
"@types/node": "^22.0.0",
"axios": "^1.7.2",
"@types/node": "^22.0.2",
"axios": "^1.7.3",
"buffer": "^6.0.3",

@@ -25,0 +25,0 @@ "moment": "^2.30.1",

@@ -6,2 +6,6 @@ import { ConvertService } from "./ConvertService";

{
static isClass(obj: any)
{
return typeof obj === 'function' && /^\s*class\s+/.test(obj.toString());
}
private object: ParsedNameValue;

@@ -8,0 +12,0 @@ constructor(object: ParsedNameValue, mandatory: boolean = false)

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