Socket
Socket
Sign inDemoInstall

@transcend-io/internationalization

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transcend-io/internationalization - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

build/defineMessages.d.ts

5

build/index.d.ts

@@ -1,2 +0,5 @@

export declare const TEST: {};
export * from './enums';
export * from './types';
export * from './typeGuards';
export * from './defineMessages';
//# sourceMappingURL=index.d.ts.map

16

build/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.TEST = void 0;
exports.TEST = {};
__exportStar(require("./enums"), exports);
__exportStar(require("./types"), exports);
__exportStar(require("./typeGuards"), exports);
__exportStar(require("./defineMessages"), exports);
//# sourceMappingURL=index.js.map

@@ -5,3 +5,3 @@ {

"description": "Internationalization configuration for the monorepo",
"version": "0.0.0",
"version": "1.0.0",
"homepage": "https://github.com/transcend-io/internationalization",

@@ -47,3 +47,6 @@ "repository": {

},
"packageManager": "yarn@sources"
"packageManager": "yarn@sources",
"dependencies": {
"@transcend-io/type-utils": "^1.0.4"
}
}
# internationalization
Transcend internationalization
## Typescript Build
Build this package only:
```sh
yarn run tsc
yarn run tsc --watch # Watch mode
```
Build this package and all dependency packages in `main`:
```sh
yarn build
yarn build --watch # Watch mode
```
Create a fresh build:
```sh
yarn clean && yarn run tsc
```
## Lint
Lint the typescript files in this package:
```sh
yarn lint
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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