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

@vocab/cli

Package Overview
Dependencies
Maintainers
4
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vocab/cli - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

dist/vocab-cli.cjs.d.ts.map

1

dist/vocab-cli.cjs.d.ts
export * from "./declarations/src/index";
//# sourceMappingURL=vocab-cli.cjs.d.ts.map

6

package.json
{
"name": "@vocab/cli",
"version": "1.4.0",
"version": "1.4.1",
"main": "dist/vocab-cli.cjs.js",

@@ -17,4 +17,4 @@ "module": "dist/vocab-cli.esm.js",

"@types/env-ci": "^3.1.0",
"@vocab/core": "^1.5.0",
"@vocab/phrase": "^1.3.0",
"@vocab/core": "^1.6.0",
"@vocab/phrase": "^1.3.1",
"env-ci": "^5.0.2",

@@ -21,0 +21,0 @@ "fast-glob": "^3.2.4",

@@ -32,3 +32,3 @@ # Vocab

You can configure Vocab directly when calling the API or via a `vocab.config.js` file.
You can configure Vocab directly when calling the API or via a `vocab.config.js` or `vocab.config.cjs` file.

@@ -188,3 +188,3 @@ In this example we've configured two languages, English and French, where our initial `translation.json` files will use English.

Configuration can either be passed into the Node API directly or be gathered from the nearest _vocab.config.js_ file.
Configuration can either be passed into the Node API directly or be gathered from the nearest _vocab.config.js_ or _vocab.config.cjs_ file.

@@ -346,3 +346,3 @@ **vocab.config.js**

Vocab can generate a pseudo-localized language via the [`generatedLanguages` config][generated languages config], either via the webpack plugin or your `vocab.config.js` file.
Vocab can generate a pseudo-localized language via the [`generatedLanguages` config][generated languages config], either via the webpack plugin or your `vocab.config.js` or `vocab.config.cjs` file.
`@vocab/pseudo-localize` exports a `generator` that can be used directly in your config.

@@ -349,0 +349,0 @@

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