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.1.1 to 1.2.0

dist/esm/index.js

18

package.json
{
"name": "@navigraph/app",
"version": "1.1.1",
"main": "dist/navigraph-app.cjs.js",
"module": "dist/navigraph-app.esm.js",
"types": "./dist/navigraph-app.cjs.d.ts",
"version": "1.2.0",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"source": "./src/index.ts",
"license": "MIT",
"private": false,
"sideEffects": false,
"files": [
"dist/**"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "tsc -w",
"build": "tsc",
"lint": "eslint \"src/**/*.ts\"",
"build": "tsup src/index.ts --format esm,cjs --legacy-output --dts ",
"dev": "tsup src/index.ts --format esm,cjs --legacy-output --watch --dts --sourcemap inline",
"lint": "TIMING=1 eslint src/**/*.ts* --fix",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
}
}
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