Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "join-array", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Join the elements of an array into a string. Indicate the regular and the last one separator. Indicate the maximum number of items to concatenate.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "webpack --config webpack.dev.js", | ||
"build": "webpack --config webpack.prod.js" | ||
"start": "webpack --env.dev", | ||
"build": "webpack --env.prod" | ||
}, | ||
@@ -35,15 +34,15 @@ "repository": { | ||
"dependencies": { | ||
"of-type": "^2.1.0", | ||
"typeof-arguments": "^3.1.0", | ||
"typeof-properties": "^1.1.1" | ||
"of-type": "^3.0.3", | ||
"typeof-arguments": "^5.1.2", | ||
"typeof-properties": "^3.1.3" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.5", | ||
"babel-preset-env": "^1.7.0", | ||
"uglifyjs-webpack-plugin": "^1.3.0", | ||
"webpack": "^4.17.1", | ||
"webpack-cli": "^3.1.0", | ||
"webpack-merge": "^4.1.4" | ||
"@babel/core": "^7.11.1", | ||
"@babel/preset-env": "^7.11.0", | ||
"babel-loader": "^8.1.0", | ||
"terser-webpack-plugin": "^4.1.0", | ||
"webpack": "^4.44.1", | ||
"webpack-cli": "^3.3.12", | ||
"webpack-merge": "^5.1.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
0
32610
6
138
+ Addedof-type@3.0.4(transitive)
+ Addedtypeof-arguments@5.1.3(transitive)
+ Addedtypeof-properties@3.1.3(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedcli-color@1.4.0(transitive)
- Removedd@1.0.2(transitive)
- Removedes5-ext@0.10.64(transitive)
- Removedes6-iterator@2.0.3(transitive)
- Removedes6-symbol@3.1.4(transitive)
- Removedes6-weak-map@2.0.3(transitive)
- Removedesniff@2.0.1(transitive)
- Removedevent-emitter@0.3.5(transitive)
- Removedext@1.7.0(transitive)
- Removedis-promise@2.2.2(transitive)
- Removedlru-queue@0.1.0(transitive)
- Removedmemoizee@0.4.17(transitive)
- Removednext-tick@1.1.0(transitive)
- Removedof-type@2.2.0(transitive)
- Removedtimers-ext@0.1.8(transitive)
- Removedtype@2.7.3(transitive)
- Removedtypeof-arguments@3.2.0(transitive)
- Removedtypeof-properties@1.1.2(transitive)
Updatedof-type@^3.0.3
Updatedtypeof-arguments@^5.1.2
Updatedtypeof-properties@^3.1.3