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

@codemod-utils/ast-template

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemod-utils/ast-template - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

20

package.json
{
"name": "@codemod-utils/ast-template",
"version": "1.1.3",
"version": "1.1.4",
"description": "Utilities for handling *.hbs files as abstract syntax tree",

@@ -39,15 +39,15 @@ "keywords": [

"dependencies": {
"ember-template-recast": "^6.1.4"
"ember-template-recast": "^6.1.5"
},
"devDependencies": {
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.39",
"@types/node": "^18.19.44",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"prettier": "^3.3.2",
"typescript": "^5.5.3",
"@codemod-utils/tests": "1.1.6",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"@shared-configs/prettier": "0.0.0",
"@shared-configs/eslint-config-node": "0.0.0",
"@shared-configs/typescript": "0.0.0"
"@codemod-utils/tests": "1.1.7",
"@shared-configs/typescript": "0.0.0",
"@shared-configs/eslint-config-node": "0.0.0"
},

@@ -59,4 +59,4 @@ "engines": {

"build": "./build.sh --production",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint": "concurrently 'pnpm:lint:*(!fix)' --names 'lint:'",
"lint:fix": "concurrently 'pnpm:lint:*:fix' --names 'fix:'",
"lint:js": "eslint . --cache",

@@ -63,0 +63,0 @@ "lint:js:fix": "eslint . --fix",

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