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

@openstapps/easy-ast

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openstapps/easy-ast - npm Package Compare versions

Comparing version 0.0.1 to 3.0.0-next.4

./lib/index.js

38

package.json
{
"name": "@openstapps/easy-ast",
"description": "Tool to easily handle TypeScript AST",
"version": "0.0.1",
"version": "3.0.0-next.4",
"type": "module",

@@ -16,21 +16,9 @@ "license": "GPL-3.0-only",

],
"scripts": {
"build": "tsup-node --dts",
"docs": "typedoc --json ./docs/docs.json --options ../../typedoc.base.json src/index.ts",
"format": "prettier . -c --ignore-path ../../.gitignore",
"format:fix": "prettier --write . --ignore-path ../../.gitignore",
"lint": "eslint --ext .ts src/",
"lint:fix": "eslint --fix --ext .ts src/",
"test": "c8 mocha"
},
"dependencies": {
"@openstapps/collection-utils": "workspace:*",
"@openstapps/logger": "workspace:*",
"glob": "10.2.7",
"typescript": "5.1.6"
"typescript": "5.1.6",
"@openstapps/collection-utils": "3.0.0-next.4",
"@openstapps/logger": "3.0.0-next.4"
},
"devDependencies": {
"@openstapps/eslint-config": "workspace:*",
"@openstapps/prettier-config": "workspace:*",
"@openstapps/tsconfig": "workspace:*",
"@types/chai": "4.3.5",

@@ -45,3 +33,6 @@ "@types/mocha": "10.0.1",

"tsup": "6.7.0",
"typedoc": "0.24.8"
"typedoc": "0.24.8",
"@openstapps/eslint-config": "3.0.0-next.4",
"@openstapps/prettier-config": "3.0.0-next.4",
"@openstapps/tsconfig": "3.0.0-next.4"
},

@@ -66,3 +57,12 @@ "tsup": {

"openapi"
]
}
],
"scripts": {
"build": "tsup-node --dts",
"docs": "typedoc --json ./docs/docs.json --options ../../typedoc.base.json src/index.ts",
"format": "prettier . -c --ignore-path ../../.gitignore",
"format:fix": "prettier --write . --ignore-path ../../.gitignore",
"lint": "eslint --ext .ts src/",
"lint:fix": "eslint --fix --ext .ts src/",
"test": "c8 mocha"
}
}
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