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
79
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.3.29 to 1.3.30

2

dist/NamirasoftAccountBaseHeader.js

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

getX(name) {
return `x-namirasoft-account-${name}`;
return `ns-account-${name}`;
}

@@ -9,0 +9,0 @@ }

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

constructor(manager, onError) {
super(`https://account.namirasoft.com/api/v1`, `1.3.29`, manager, onError);
super(`https://account.namirasoft.com/api/v1`, `1.3.30`, manager, onError);
}

@@ -10,0 +10,0 @@ }

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

"private": false,
"version": "1.3.29",
"version": "1.3.30",
"author": "Amir Abolhasani",

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

"dependencies": {
"namirasoft-core": "^1.3.62",
"namirasoft-site": "^1.3.4",
"namirasoft-core": "^1.3.67",
"namirasoft-site": "^1.3.5",
"namirasoft-node-cli": "^1.3.8"

@@ -25,0 +25,0 @@ },

@@ -5,4 +5,4 @@ export class NamirasoftAccountBaseHeader

{
return `x-namirasoft-account-${name}`;
return `ns-account-${name}`;
}
}

@@ -28,4 +28,4 @@ /****************************************************************/

{
super(`https://account.namirasoft.com/api/v1`, `1.3.29`, manager, onError);
super(`https://account.namirasoft.com/api/v1`, `1.3.30`, manager, onError);
}
};

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