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

@vocab/cli

Package Overview
Dependencies
Maintainers
5
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 0.0.0-delete-unused-keys-20228144520 to 0.0.0-package-files-20231142931

23

CHANGELOG.md
# @vocab/cli
## 0.0.0-delete-unused-keys-20228144520
## 0.0.0-package-files-20231142931
### Patch Changes
- [`29c81d3`](https://github.com/seek-oss/vocab/commit/29c81d370799f631d97c45e727b8cf81453bd398) Thanks [@askoufis](https://github.com/askoufis)! - Exclude source files from package build
- Updated dependencies [[`29c81d3`](https://github.com/seek-oss/vocab/commit/29c81d370799f631d97c45e727b8cf81453bd398)]:
- @vocab/phrase@0.0.0-package-files-20231142931
## 1.2.0
### Minor Changes
- [`fcd1482`](https://github.com/seek-oss/vocab/commit/fcd1482753e74274935f00ac0fc3afe1bf7f1989) Thanks [@askoufis](https://github.com/askoufis)! - Add an optional `deleteUnusedKeys` flag to the `push` function. If set to `true`, unused keys will be deleted from Phrase after translations are pushed.
- [`66ed22c`](https://github.com/seek-oss/vocab/commit/66ed22cac6f89018d5fd69fd6f6408e090e1a382) [#93](https://github.com/seek-oss/vocab/pull/93) Thanks [@askoufis](https://github.com/askoufis)! - Add an optional `delete-unused-keys` flag to the `push` command. If set to `true`, unused keys will be deleted from Phrase after translations are pushed.
**EXAMPLE USAGE**:
```bash
vocab push --delete-unused-keys
```
### Patch Changes
- Updated dependencies [[`fcd1482`](https://github.com/seek-oss/vocab/commit/fcd1482753e74274935f00ac0fc3afe1bf7f1989)]:
- @vocab/phrase@0.0.0-delete-unused-keys-20228144520
- Updated dependencies [[`66ed22c`](https://github.com/seek-oss/vocab/commit/66ed22cac6f89018d5fd69fd6f6408e090e1a382), [`159d559`](https://github.com/seek-oss/vocab/commit/159d559c87c66c3e91c707fb45a1f67ebec07b4d)]:
- @vocab/phrase@1.1.0

@@ -14,0 +29,0 @@ ## 1.1.0

2

dist/vocab-cli.cjs.dev.js

@@ -36,3 +36,3 @@ 'use strict';

branch: branchDefinition,
deleteUnusedKeys: {
'delete-unused-keys': {
type: 'boolean',

@@ -39,0 +39,0 @@ describe: 'Whether or not to delete unused keys after pushing',

@@ -36,3 +36,3 @@ 'use strict';

branch: branchDefinition,
deleteUnusedKeys: {
'delete-unused-keys': {
type: 'boolean',

@@ -39,0 +39,0 @@ describe: 'Whether or not to delete unused keys after pushing',

@@ -29,3 +29,3 @@ import { push, pull } from '@vocab/phrase';

branch: branchDefinition,
deleteUnusedKeys: {
'delete-unused-keys': {
type: 'boolean',

@@ -32,0 +32,0 @@ describe: 'Whether or not to delete unused keys after pushing',

{
"name": "@vocab/cli",
"version": "0.0.0-delete-unused-keys-20228144520",
"version": "0.0.0-package-files-20231142931",
"main": "dist/vocab-cli.cjs.js",

@@ -9,2 +9,6 @@ "module": "dist/vocab-cli.esm.js",

},
"files": [
"dist",
"bin.js"
],
"author": "SEEK",

@@ -15,3 +19,3 @@ "license": "MIT",

"@vocab/core": "^1.1.0",
"@vocab/phrase": "^0.0.0-delete-unused-keys-20228144520",
"@vocab/phrase": "^0.0.0-package-files-20231142931",
"env-ci": "^5.0.2",

@@ -18,0 +22,0 @@ "fast-glob": "^3.2.4",

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