Huge News!Announcing our $40M Series B led by Abstract Ventures.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.9.5 to 2.0.0

src/ApiBranch.d.ts

19

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

@@ -12,7 +13,5 @@ "main": "./lib/index.js",

"lint": "tslint --project \"./tsconfig.json\"",
"test:watch": "mocha --watch --watch-extensions ts -r ts-node/register test/**/*.spec.ts",
"test:active": "mocha --watch --watch-extensions ts -r ts-node/register test/**/*.spec.ts --grep active:",
"test": "mocha -r ts-node/register test/**/*.spec.ts",
"coverage": "nyc mocha -r ts-node/register test/**/*.spec.ts",
"coveralls": "yarn coverage | coveralls",
"test": "vitest run",
"test:ui": "vitest --ui --api 9527",
"test:watch": "vitest",
"postversion": "git push && git push --tags",

@@ -40,6 +39,4 @@ "prepublish": "npm run test && npm run build",

"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.0",
"@types/node-fetch": "^2.5.12",
"chai": "^4.3.7",
"@vitest/ui": "^0.25.3",
"coveralls": "^3.1.1",

@@ -49,3 +46,2 @@ "fetch-mock": "^9.11.0",

"lint-staged": "^13.0.4",
"mocha": "^10.1.0",
"node-fetch": "^2.6.1",

@@ -56,3 +52,4 @@ "nyc": "^15.1.0",

"tslint": "^6.1.3",
"typescript": "^4.9.3"
"typescript": "^4.9.3",
"vitest": "^0.25.3"
},

@@ -59,0 +56,0 @@ "peerDependencies": {},

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