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

asian-regexps

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asian-regexps - npm Package Compare versions

Comparing version 4.0.1 to 4.1.1

asian-regexps.cjs

18

package.json
{
"name": "asian-regexps",
"description": "Chinese, Japanese, Korean convenient RegExp ESM Node.js module",
"version": "4.0.1",
"version": "4.1.1",
"author": "Valentin Degenne <vdegenne@gmail.com>",
"main": "asian-regexps.js",
"module": "asian-regexps-esm.js",
"main": "asian-regexps.cjs",
"module": "asian-regexps.js",
"type": "module",
"keywords": [

@@ -16,7 +17,12 @@ "regexp",

"devDependencies": {
"esbuild": "^0.14.13"
"esbuild": "^0.14.13",
"typescript": "^4.5.5"
},
"scripts": {
"build": "esbuild asian-regexps-esm.js --format=cjs > asian-regexps.js"
}
"build": "npm run clean && npm run build:cjs && npm run build:esm",
"build:cjs": "tsc src/asian-regexps.ts --outDir . --declaration && mv ./asian-regexps.js ./asian-regexps.cjs",
"build:esm": "tsc src/asian-regexps.ts --outDir . --module esnext",
"clean": "rm -rf asian-regexps.js asian-regexps.d.ts"
},
"typings": "asian-regexps.d.ts"
}
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