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

namirasoft-site

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

namirasoft-site - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

logo.png

15

package.json
{
"name": "namirasoft-site",
"title": "Namirasoft Site",
"description": "Namira Software Corporation Site NPM Package",
"version": "1.2.1",
"icon": "logo.png",
"logo": "https://static.namirasoft.com/logo/namirasoft/name.png",
"language": "ts",
"framework": "npm",
"application": "package",
"private": false,
"version": "1.3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {},
"author": "Amir Abolhasani",
"license": "MIT",
"scripts": {},
"dependencies": {
"axios": "^1.6.2",
"namirasoft-core": "^1.2.0"
"axios": "^1.6.8",
"namirasoft-core": "^1.3.0"
}
}

@@ -24,3 +24,3 @@ {

"noImplicitThis": true,
"skipLibCheck": false,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,

@@ -30,3 +30,15 @@ "forceConsistentCasingInFileNames": true,

"isolatedModules": false,
}
"removeComments": true,
},
"include": [
"src",
"build/types/**/*.ts"
],
"exclude": [
"node_modules",
"build",
"dist",
"static",
"public"
]
}
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