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

@coorpacademy/translate

Package Overview
Dependencies
Maintainers
14
Versions
271
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.1 to 6.0.2

50

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

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

"scripts": {
"ava": "cross-env NODE_ENV=test ava",
"nyc": "cross-env NODE_ENV=test nyc npm run ava",
"ava": "ava",
"nyc": "nyc npm run ava",
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib -s --ignore test --copy-files",

@@ -37,40 +37,18 @@ "build:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore test --copy-files",

"dependencies": {
"lodash": "^4.17.4"
"lodash": "^4.17.15"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"ava": "^1.4.1",
"babel-plugin-istanbul": "^4.1.4",
"cross-env": "^5.0.0",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/register": "^7.6.0",
"ava": "^2.4.0",
"babel-plugin-istanbul": "^5.2.0",
"cross-env": "^5.2.1",
"eslint": "^4.18.2",
"nyc": "^13.1.0",
"rimraf": "^2.6.1"
"nyc": "^14.1.1",
"rimraf": "^3.0.0"
},
"author": "CoorpAcademy",
"ava": {
"files": [
"src/**/test/**/*.js"
],
"require": [
"@babel/polyfill",
"../../test/helpers/throw-warning",
"@babel/register"
],
"babel": {
"testOptions": {
"plugins": [
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-export-namespace-from",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-class-properties"
],
"presets": [
"@ava/stage-4"
]
}
}
},
"gitHead": "f0af7ef69175c636481ab6bf0b7126d7aa7230c8"
"gitHead": "eda0aa4ae46a24138098350b85165b29b5ff1f6f"
}
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