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
77
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.2.3 to 1.3.0

.ns-sdkg-dir-deep

14

package.json
{
"name": "namirasoft-account",
"title": "Namirasoft Account",
"description": "Namira Software Corporation Account NPM Package",
"icon": "logo.png",
"version": "1.2.3",
"logo": "https://static.namirasoft.com/logo/account/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": {
"namirasoft-core": "^1.2.5",
"namirasoft-site": "^1.2.1"
"namirasoft-core": "^1.3.0",
"namirasoft-site": "^1.3.0"
}
}

@@ -5,6 +5,10 @@ {

"module": "CommonJS",
"rootDir": "./src",
"outDir": "./dist",
"rootDir": "./src",
"allowJs": true,
"checkJs": true,
"lib": [
"es6",
"dom"
],
"allowJs": false,
"checkJs": false,
"strict": true,

@@ -21,9 +25,20 @@ "esModuleInterop": true,

"noImplicitThis": true,
"skipLibCheck": false,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"isolatedModules": true,
"isolatedModules": false,
"removeComments": true,
}
},
"include": [
"src",
"build/types/**/*.ts"
],
"exclude": [
"node_modules",
"build",
"dist",
"static",
"public"
]
}

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