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

@markuplint/i18n

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/i18n - npm Package Compare versions

Comparing version 4.0.0-alpha.5 to 4.0.0-alpha.6

esm.mjs

8

package.json
{
"name": "@markuplint/i18n",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"description": "Internationalization for markuplint",

@@ -35,10 +35,8 @@ "repository": "git@github.com:markuplint/markuplint.git",

"scripts": {
"build": "yarn build:esm; yarn build:cjs; yarn rename:esm; yarn replaceext:esm",
"build": "yarn build:esm; yarn build:cjs; node ./esm.mjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir cjs",
"rename:esm": "find ./esm -type f -name \"*.js\" -exec sh -c 'mv \"$0\" \"${0%.js}.mjs\"' {} \\;",
"replaceext:esm": "find ./esm -type f -name \"*.mjs\" -exec sed -i '' 's/\\.js/\\.mjs/g' {} \\;",
"clean": "tsc --build --clean"
},
"gitHead": "0c3e4690662edf1765bcc4b6411ec5507c1e2ea3"
"gitHead": "06e1242d274c72cf08a10a572b06ac35d1b924a4"
}
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