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

namirasoft-account

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

namirasoft-account - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

1

dist/NamirasoftAccountResHeader.d.ts
import { NamirasoftAccountHeader } from "./NamirasoftAccountHeader";
export declare class NamirasoftAccountResHeader extends NamirasoftAccountHeader {
DENY(): string;
USER(): string;
IP_INFO(): string;
}

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

class NamirasoftAccountResHeader extends NamirasoftAccountHeader_1.NamirasoftAccountHeader {
DENY() {
return this.getX() + `deny`;
}
USER() {

@@ -11,0 +8,0 @@ return this.getX() + `user`;

4

package.json
{
"name": "namirasoft-account",
"description": "Namira Software Corporation Account NPM Package",
"version": "1.0.2",
"version": "1.0.3",
"main": "./dist/index.js",

@@ -11,4 +11,4 @@ "types": "./dist/index.d.ts",

"dependencies": {
"namirasoft-core": "^1.0.3"
"namirasoft-core": "^1.0.5"
}
}

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

{
DENY()
{
return this.getX() + `deny`;
}
USER()

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