Socket
Socket
Sign inDemoInstall

array.prototype.flatmap

Package Overview
Dependencies
65
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4

.eslintignore

11

CHANGELOG.md

@@ -0,1 +1,12 @@

1.2.4 / 2020-11-18
=================
* [Deps] update `es-abstract`; use `call-bind` where applicable
* [meta] do not publish github action workflows
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `object-inspect`, `tape`; add `aud`
* [Tests] migrate tests to Github Actions
* [Tests] run `nyc` on all tests
* [Tests] add `implementation` test; run `es-shim-api` in postlint; use `tape` runner
* [actions] add "Allow Edits" workflow
* [actions] switch Automatic Rebase workflow to `pull_request_target` event
1.2.3 / 2019-12-12

@@ -2,0 +13,0 @@ =================

12

implementation.js
'use strict';
var ArraySpeciesCreate = require('es-abstract/2019/ArraySpeciesCreate');
var FlattenIntoArray = require('es-abstract/2019/FlattenIntoArray');
var Get = require('es-abstract/2019/Get');
var IsCallable = require('es-abstract/2019/IsCallable');
var ToLength = require('es-abstract/2019/ToLength');
var ToObject = require('es-abstract/2019/ToObject');
var ArraySpeciesCreate = require('es-abstract/2020/ArraySpeciesCreate');
var FlattenIntoArray = require('es-abstract/2020/FlattenIntoArray');
var Get = require('es-abstract/2020/Get');
var IsCallable = require('es-abstract/2020/IsCallable');
var ToLength = require('es-abstract/2020/ToLength');
var ToObject = require('es-abstract/2020/ToObject');

@@ -10,0 +10,0 @@ module.exports = function flatMap(mapperFunction) {

'use strict';
var define = require('define-properties');
var callBind = require('es-abstract/helpers/callBind');
var callBind = require('call-bind');

@@ -6,0 +6,0 @@ var implementation = require('./implementation');

{
"name": "array.prototype.flatmap",
"version": "1.2.3",
"version": "1.2.4",
"author": {

@@ -25,10 +25,7 @@ "name": "Jordan Harband",

"pretest": "npm run --silent lint && evalmd README.md",
"test": "npm run --silent tests-only",
"posttest": "npx aud --production",
"pretests-only": "es-shim-api --bound",
"tests-only": "npm run --silent test:shimmed && npm run --silent test:module",
"test:shimmed": "node test/shimmed",
"test:module": "node test",
"coverage": "nyc npm run tests-only",
"lint": "eslint test/*.js *.js"
"test": "npm run tests-only",
"posttest": "aud --production",
"tests-only": "nyc tape 'test/**/*.js'",
"lint": "eslint .",
"postlint": "es-shim-api --bound"
},

@@ -51,4 +48,5 @@ "repository": {

"dependencies": {
"call-bind": "^1.0.0",
"define-properties": "^1.1.3",
"es-abstract": "^1.17.0-next.1",
"es-abstract": "^1.18.0-next.1",
"function-bind": "^1.1.1"

@@ -58,11 +56,13 @@ },

"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^15.0.2",
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.3",
"covert": "^1.1.1",
"eslint": "^6.7.2",
"eslint": "^7.13.0",
"evalmd": "0.0.19",
"foreach": "^2.0.5",
"has-strict-mode": "^1.0.0",
"nyc": "^10.3.2",
"object-inspect": "^1.7.0",
"object-inspect": "^1.8.0",
"safe-publish-latest": "^1.1.4",
"tape": "^4.11.0"
"tape": "^5.0.1"
},

@@ -69,0 +69,0 @@ "testling": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc