Socket
Socket
Sign inDemoInstall

@coorpacademy/translate

Package Overview
Dependencies
Maintainers
15
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coorpacademy/translate - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3

34

package.json
{
"name": "@coorpacademy/translate",
"version": "6.0.2",
"version": "6.0.3",
"description": "",

@@ -14,13 +14,11 @@ "main": "lib/translate.js",

"ava": "ava",
"nyc": "nyc npm run ava",
"test:only": "nyc npm run ava",
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib -s --ignore test --copy-files",
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore test --copy-files",
"test": "npm run lint && npm run nyc",
"lint": "npm run eslint",
"eslint": "eslint . *.js *.json --ext .js,.json",
"test": "npm run lint && npm run test:only",
"lint": "eslint . --ext .js,.json",
"build": "npm run build:commonjs && npm run build:es",
"clean:build:commonjs": "rimraf lib",
"clean:build:es": "rimraf es",
"clean:build": "npm run clean:build:commonjs && npm run clean:build:es",
"clean": "npm run clean:build",
"clean:commonjs": "rm -rf lib",
"clean:es": "rm -rf es",
"clean": "npm run clean:commonjs && npm run clean:es",
"prepare": "npm run clean && npm run build --production"

@@ -40,15 +38,15 @@ },

"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/register": "^7.6.0",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"@coorpacademy/eslint-plugin-coorpacademy": "^9.0.1",
"ava": "^2.4.0",
"babel-plugin-istanbul": "^5.2.0",
"cross-env": "^5.2.1",
"eslint": "^4.18.2",
"nyc": "^14.1.1",
"rimraf": "^3.0.0"
"cross-env": "^6.0.3",
"eslint": "^6.6.0",
"nyc": "^14.1.1"
},
"author": "CoorpAcademy",
"gitHead": "eda0aa4ae46a24138098350b85165b29b5ff1f6f"
"gitHead": "c002bf9c91bbc640f7fe0002d8c3452bcb001d96"
}
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