Socket
Socket
Sign inDemoInstall

like-ar

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

like-ar - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

like-ar.d.ts

@@ -35,3 +35,3 @@ export as namespace likeAr;

export function iterator<T>(o:T[]):T[]
export function iterator<T extends {}>(o:T):T[keyof T][]
export function iterator<T>(o:Record<any,T>):T[]
export function empty(o:null|undefined|{}):true

@@ -38,0 +38,0 @@ export function empty(o:any[]|Record<any,any>):boolean

{
"name": "like-ar",
"description": "Using objects like arrays with map, filter, forEach and others coming soon.",
"version": "0.4.0",
"version": "0.4.1",
"author": "Codenautas <codenautas@googlegroups.com>",

@@ -22,3 +22,3 @@ "repository": "codenautas/like-ar",

"nyc": "^15.1.0",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},

@@ -25,0 +25,0 @@ "engines": {

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