New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@navigraph/app

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@navigraph/app - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

dist/index.cjs.js

27

package.json
{
"name": "@navigraph/app",
"version": "1.2.5",
"version": "1.2.6",
"license": "MIT",

@@ -21,11 +21,7 @@ "description": "The fundamental part of the Navigraph SDK",

],
"main": "dist/index.js",
"browser": "dist/index.mjs",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"source": "./src/index.ts",
"main": "dist/index.cjs.js",
"private": false,
"sideEffects": false,
"files": [
"dist/**"
"dist"
],

@@ -36,7 +32,18 @@ "publishConfig": {

"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts ",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts --sourcemap inline",
"build": "tsup src/index.ts --dts",
"dev": "tsup src/index.ts --watch --sourcemap inline",
"lint": "cross-env TIMING=1 eslint src/**/*.ts --fix",
"clean": "rimraf .turbo node_modules dist"
"clean": "rimraf .turbo node_modules dist",
"prepack": "clean-package",
"postpack": "clean-package restore"
},
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
},
"./package.json": "./package.json"
}
}
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