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

@vocab/phrase

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vocab/phrase - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

12

CHANGELOG.md
# @vocab/phrase
## 0.0.6
### Patch Changes
- [`80a46c0`](https://github.com/seek-oss/vocab/commit/80a46c01a55408675f5822c3618519f80136c3ab) [#27](https://github.com/seek-oss/vocab/pull/27) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Add `ignore` config for ignoring files/folders from cli scripts
* [`80a46c0`](https://github.com/seek-oss/vocab/commit/80a46c01a55408675f5822c3618519f80136c3ab) [#27](https://github.com/seek-oss/vocab/pull/27) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Ignore node_modules from push, pull and compile scripts
* Updated dependencies [[`80a46c0`](https://github.com/seek-oss/vocab/commit/80a46c01a55408675f5822c3618519f80136c3ab), [`80a46c0`](https://github.com/seek-oss/vocab/commit/80a46c01a55408675f5822c3618519f80136c3ab)]:
- @vocab/core@0.0.6
- @vocab/types@0.0.6
## 0.0.5

@@ -4,0 +16,0 @@

6

dist/vocab-phrase.cjs.dev.js

@@ -153,3 +153,4 @@ 'use strict';

const allVocabTranslations = await core.loadAllTranslations({
fallbacks: 'none'
fallbacks: 'none',
includeNodeModules: false
}, config);

@@ -213,3 +214,4 @@

const allLanguageTranslations = await core.loadAllTranslations({
fallbacks: 'none'
fallbacks: 'none',
includeNodeModules: false
}, config);

@@ -216,0 +218,0 @@ trace(`Pushing translations to branch ${branch}`);

@@ -153,3 +153,4 @@ 'use strict';

const allVocabTranslations = await core.loadAllTranslations({
fallbacks: 'none'
fallbacks: 'none',
includeNodeModules: false
}, config);

@@ -213,3 +214,4 @@

const allLanguageTranslations = await core.loadAllTranslations({
fallbacks: 'none'
fallbacks: 'none',
includeNodeModules: false
}, config);

@@ -216,0 +218,0 @@ trace(`Pushing translations to branch ${branch}`);

@@ -141,3 +141,4 @@ import { promises } from 'fs';

const allVocabTranslations = await loadAllTranslations({
fallbacks: 'none'
fallbacks: 'none',
includeNodeModules: false
}, config);

@@ -201,3 +202,4 @@

const allLanguageTranslations = await loadAllTranslations({
fallbacks: 'none'
fallbacks: 'none',
includeNodeModules: false
}, config);

@@ -204,0 +206,0 @@ trace(`Pushing translations to branch ${branch}`);

{
"name": "@vocab/phrase",
"version": "0.0.5",
"version": "0.0.6",
"main": "dist/vocab-phrase.cjs.js",

@@ -9,4 +9,4 @@ "module": "dist/vocab-phrase.esm.js",

"dependencies": {
"@vocab/core": "^0.0.5",
"@vocab/types": "^0.0.5",
"@vocab/core": "^0.0.6",
"@vocab/types": "^0.0.6",
"chalk": "^4.1.0",

@@ -13,0 +13,0 @@ "debug": "^4.3.1",

@@ -34,3 +34,3 @@ import { writeFile, mkdir } from './file';

const allVocabTranslations = await loadAllTranslations(
{ fallbacks: 'none' },
{ fallbacks: 'none', includeNodeModules: false },
config,

@@ -37,0 +37,0 @@ );

@@ -17,3 +17,3 @@ import { TranslationsByLanguage } from './../../types/src/index';

const allLanguageTranslations = await loadAllTranslations(
{ fallbacks: 'none' },
{ fallbacks: 'none', includeNodeModules: false },
config,

@@ -20,0 +20,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