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

@flatten/array

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flatten/array - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

9

CHANGES.md

@@ -0,1 +1,10 @@

## 1.1.2 - 2017/05/31
1. switch benchmark script to JS
2. add two more implementations to the benchmark for comparison
3. rerun benchmark with 2 more implementations and update screenshot of results
4. add node 8 to Travis CI and our test scripts
5. update deps for optimization testing because node 8 changed `GetOptimizationStatus` to use a bit mask instead of a single value
6. add a `package-lock.json` because I'm using npm version 5
## 1.1.1 - 2017/04/30

@@ -2,0 +11,0 @@

16

package.json
{
"name": "@flatten/array",
"version": "1.1.1",
"version": "1.1.2",
"description": "Fastest array flatten.",

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

"flatten array",
"array flatten",
"array"

@@ -22,4 +23,5 @@ ],

"test6": "nave use 6.10 npm test",
"test7": "nave use 7.9 npm test",
"test-all": "npm run test4 && npm run test6 && npm run test7",
"test7": "nave use 7.10 npm test",
"test8": "nave use 8 npm test",
"test-all": "npm run test4 && npm run test6 && npm run test7 && npm run test8",
"coverage": "istanbul cover -x 'build/**' _mocha -- --compilers coffee:coffee-script/register -R spec test/lib",

@@ -29,3 +31,3 @@ "publish-coverage": "npm run coverage && cat coverage/lcov.info | coveralls",

"coverage-clean": "rm -rf ./coverage",
"perf": "coffee benchmark/index.coffee --nodejs '--turbo'"
"perf": "node benchmark/index.js --turbo"
},

@@ -38,7 +40,9 @@ "repository": {

"devDependencies": {
"@optimal/fn": "^0.1.0",
"@optimal/fn": "^0.2.0",
"arr-flatten": "^1.0.3",
"array-flatten": "^2.1.1",
"array_flatten": "^1.0.0",
"benchmarked": "^1.0.0",
"coffee-script": "^1.12.5",
"comma-number": "^2.0.0",
"compute-flatten": "^1.0.0",

@@ -54,2 +58,4 @@ "coveralls": "^2.13.0",

"nave": "^2.2.3",
"npm-array-flatten": "^1.0.4",
"pad": "^1.1.0",
"reduce-flatten": "^1.0.1"

@@ -56,0 +62,0 @@ },

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