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

magic-regexp

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magic-regexp - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

dist/index.d.ts

70

package.json
{
"name": "magic-regexp",
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"repository": "danielroe/magic-regexp",
"license": "MIT",
"sideEffects": false,
"type": "module",
"exports": {
".": "./dist/index.mjs",
"./transform": "./dist/transform.mjs",
"./nuxt": "./nuxt.mjs"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"nuxt.mjs"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "unbuild",
"dev": "vitest dev",
"lint": "pnpm lint:all:eslint && pnpm lint:all:prettier",
"lint:all:eslint": "pnpm lint:eslint --ext .ts,.js,.mjs,.cjs .",
"lint:all:prettier": "pnpm lint:prettier \"{src,test}/**/*.{js,json,ts}\"",
"lint:eslint": "eslint --fix",
"lint:prettier": "prettier --write --loglevel warn",
"prepare": "husky install && pnpm build",
"prepublishOnly": "pnpm lint && pnpm test && pinst --disable",
"release": "release-it",
"test": "vitest run",
"_postinstall": "husky install",
"postpublish": "pinst --enable"
},
"keywords": [],
"author": "Daniel Roe <daniel@roe.dev>",
"license": "MIT"
"dependencies": {
"estree-walker": "^3.0.1",
"magic-string": "^0.26.2",
"ufo": "^0.8.5",
"unplugin": "^0.7.2"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@release-it/conventional-changelog": "latest",
"@types/estree": "^1.0.0",
"@types/node": "latest",
"acorn": "^8.7.1",
"c8": "latest",
"conventional-changelog-conventionalcommits": "latest",
"eslint": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-prettier": "latest",
"expect-type": "latest",
"husky": "latest",
"lint-staged": "latest",
"pinst": "latest",
"prettier": "latest",
"release-it": "latest",
"typescript": "latest",
"unbuild": "latest",
"vite": "^3.0.0",
"vitest": "latest"
},
"resolutions": {
"magic-regexp": "link:."
},
"packageManager": "pnpm@7.5.0",
"volta": {
"node": "16.15.1"
}
}
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