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

@appthreat/atom

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appthreat/atom - npm Package Compare versions

Comparing version 0.8.1 to 0.9.0

.eslintrc.js

16

package.json
{
"name": "@appthreat/atom",
"version": "0.8.1",
"version": "0.9.0",
"description": "Create atom (⚛) representation for your application, packages and libraries",
"main": "index.js",
"scripts": {
"pretty": "prettier --write *.js --trailing-comma=none"
"pretty": "prettier --write *.js --trailing-comma=none",
"lint": "eslint *.js"
},
"dependencies": {
"@babel/parser": "^7.22.5",
"typescript": "^5.1.3",
"yargs": "^17.7.2"
},
"devDependencies": {
"eslint": "^8.42.0"
},
"bin": {
"atom": "./index.js"
"atom": "./index.js",
"astgen": "./astgen.js"
},

@@ -12,0 +22,0 @@ "repository": {

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