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

@codemod-utils/blueprints

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemod-utils/blueprints - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

14

package.json
{
"name": "@codemod-utils/blueprints",
"version": "0.2.0",
"version": "0.2.1",
"description": "Utilities for blueprints",

@@ -46,9 +46,9 @@ "keywords": [

"concurrently": "^8.2.0",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3",
"@codemod-utils/tests": "0.2.1",
"@shared-configs/eslint-config": "0.0.0",
"@shared-configs/eslint-config-node": "0.0.0",
"@shared-configs/typescript": "0.0.0",
"@shared-configs/prettier": "0.0.0",
"@shared-configs/typescript": "0.0.0"
"@codemod-utils/tests": "0.2.3"
},

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

"scripts": {
"build": "tsc --project tsconfig.build.json",
"build": "./build.sh --production",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",

@@ -66,4 +66,4 @@ "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",

"lint:types": "tsc --noEmit",
"test": "tsc --build && mt dist-for-testing --quiet"
"test": "./build.sh --test && mt dist-for-testing --quiet"
}
}

@@ -179,3 +179,3 @@ [![This project uses GitHub Actions for continuous integration.](https://github.com/ijlee2/codemod-utils/actions/workflows/ci.yml/badge.svg)](https://github.com/ijlee2/codemod-utils/actions/workflows/ci.yml)

* Node.js v16 or above
- Node.js v16 or above

@@ -182,0 +182,0 @@

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