Socket
Socket
Sign inDemoInstall

js-awe

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-awe - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

2

package.json
{
"name": "js-awe",
"version": "1.0.15",
"version": "1.0.16",
"homepage": "https://github.com/josuamanuel/js-awe",

@@ -5,0 +5,0 @@ "author": "josuamanuel@hotmail.com",

@@ -248,5 +248,8 @@ // ts-check

(acum, current) =>
filter(current) ?
R.append(map(current), acum) :
acum, [], data)
filter(current)
? R.append(map(current), acum)
: acum,
[],
data
)
)

@@ -253,0 +256,0 @@ RE.filterMap = filterMap

@@ -121,3 +121,3 @@ export namespace RE {

export const splitCond: any;
export const filterMap: any;
export function filterMap<T>(filterFun:(el:T)=>boolean, mapFun:(el:T)=>T, data:T[]): T[];
export const mapWithNext: any;

@@ -124,0 +124,0 @@ export const mapWithPrevious: any;

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