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.6.0 to 0.6.1

2

dist/transform.d.ts
import * as unplugin from 'unplugin';
declare const MagicRegExpTransformPlugin: unplugin.UnpluginInstance<unknown>;
declare const MagicRegExpTransformPlugin: unplugin.UnpluginInstance<unknown, false>;
export { MagicRegExpTransformPlugin };
{
"name": "magic-regexp",
"version": "0.6.0",
"version": "0.6.1",
"description": "A compiled-away, type-safe, readable RegExp alternative",

@@ -53,14 +53,15 @@ "repository": "danielroe/magic-regexp",

"devDependencies": {
"@nuxt/kit": "3.0.0",
"@nuxtjs/eslint-config-typescript": "latest",
"@release-it/conventional-changelog": "^5.1.1",
"@types/estree": "^1.0.0",
"@types/node": "^18.11.7",
"@vitest/coverage-c8": "^0.24.3",
"acorn": "^8.8.1",
"@release-it/conventional-changelog": "5.1.1",
"@types/estree": "1.0.0",
"@types/node": "18.11.9",
"@vitest/coverage-c8": "0.25.2",
"acorn": "8.8.1",
"c8": "latest",
"conventional-changelog-conventionalcommits": "latest",
"eslint": "^8.26.0",
"eslint": "8.27.0",
"eslint-config-prettier": "latest",
"eslint-plugin-prettier": "latest",
"expect-type": "^0.15.0",
"expect-type": "0.15.0",
"husky": "latest",

@@ -70,15 +71,16 @@ "lint-staged": "latest",

"prettier": "latest",
"release-it": "^15.5.0",
"typescript": "^4.8.4",
"unbuild": "^0.9.4",
"vite": "^3.2.1",
"vitest": "^0.24.3"
"release-it": "15.5.0",
"typescript": "4.8.4",
"unbuild": "1.0.1",
"vite": "3.2.4",
"vitest": "0.25.2"
},
"resolutions": {
"typescript": "4.8.4",
"magic-regexp": "link:."
},
"packageManager": "pnpm@7.14.0",
"packageManager": "pnpm@7.16.1",
"volta": {
"node": "18.12.0"
"node": "18.12.1"
}
}

Sorry, the diff of this file is not supported yet

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