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

@ewb/translate

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ewb/translate - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

lib/tsconfig.tsbuildinfo

5

package.json
{
"name": "@ewb/translate",
"version": "1.2.1",
"version": "1.2.2",
"description": "Translate as you create your app. Saves the words and text in a tree structure for fast and easy lookup.",

@@ -14,3 +14,3 @@ "main": "./lib/index.js",

"test": "mocha -r ts-node/register test/**/*.spec.ts",
"coverage": "nyc mocha -r ts-node/register test/**/*.spec.ts",
"coverage": "nyc mocha -r ts-node/register test/**/*.spec.ts | coveralls",
"postversion": "git push && git push --tags",

@@ -49,2 +49,3 @@ "prepublish": "npm run build",

"chai": "^4.2.0",
"coveralls": "^3.0.6",
"husky": "^3.0.5",

@@ -51,0 +52,0 @@ "mocha": "^6.2.0",

1

README.md
# Translate library
[![CircleCI](https://circleci.com/gh/EmilsWebbod/translate/tree/master.svg?style=svg)](https://circleci.com/gh/EmilsWebbod/translate/tree/master)
[![Coverage Status](https://coveralls.io/repos/github/EmilsWebbod/translate/badge.svg?branch=master)](https://coveralls.io/github/EmilsWebbod/translate?branch=master)

@@ -5,0 +6,0 @@ This library was created to help you translate your application on the go.

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