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

@rpxl/recast

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rpxl/recast - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

dist/chunk-2KYDB3XC.js

42

package.json
{
"name": "@rpxl/recast",
"license": "MIT",
"version": "4.1.1",
"version": "4.1.2",
"type": "module",
"sideEffects": false,
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/cjs/index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {

@@ -25,17 +24,6 @@ "type": "git",

"exports": {
"./dist/cjs/types": {
"types": "./dist/cjs/types.d.ts"
},
"./dist/esm/types": {
"types": "./dist/esm/types.d.ts"
},
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
}
"import": "./dist/index.js",
"default": "./dist/index.cjs"
}

@@ -83,2 +71,3 @@ },

"rimraf": "^5.0.10",
"tsup": "^7.0.0",
"typescript": "^5.0.0",

@@ -88,2 +77,3 @@ "vitest": "^2.1.1"

"dependencies": {
"@arethetypeswrong/cli": "^0.16.2",
"clsx": "^2.1.1",

@@ -93,13 +83,13 @@ "tailwind-merge": "^2.5.2"

"scripts": {
"prebuild": "rimraf dist",
"dev": "tsc --outDir dist/esm --watch",
"build": "pnpm run build:esm && pnpm run build:cjs",
"build:esm": "tsc --outDir dist/esm",
"build:cjs": "tsc --project ./tsconfig.cjs.json --outDir dist/cjs",
"typecheck": "tsc --noEmit",
"build": "tsup",
"check-exports": "attw --pack .",
"ci": "pnpm run build && npm pnpm check-format",
"dev": "tsup --watch",
"format": "prettier --write .",
"lint": "tsc",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
"typecheck": "tsc --noEmit"
}
}
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