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

way2web-helpers

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

way2web-helpers - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "way2web-helpers",
"version": "0.1.3",
"version": "0.1.4",
"description": "Making arrays fun again.",

@@ -5,0 +5,0 @@ "files": [

@@ -15,3 +15,3 @@ # Way 2 Help

age: 93,
city: 'Patmos',
city: ['Patmos', 'Rome'],
},

@@ -53,3 +53,3 @@ {

age: 93,
city: 'Patmos',
city: ['Patmos', 'Rome'],
},

@@ -109,3 +109,3 @@ {

age: 93,
city: 'Patmos',
city: ['Patmos', 'Rome'],
},

@@ -128,3 +128,3 @@ {

age: 93,
city: 'Patmos',
city: ['Patmos', 'Rome'],
},

@@ -171,3 +171,3 @@ {

age: 93,
city: 'Patmos',
city: ['Patmos', 'Rome'],
},

@@ -181,2 +181,25 @@ {

]
exampleArray.multifilter('city', 'Rome');
[
{
id: 0,
name: 'John',
age: 93,
city: ['Patmos', 'Rome']
},
{
id: 1,
name: 'Peter',
age: 62,
city: 'Rome'
},
{
id: 2,
name: 'Paul',
age: 62,
city: 'Rome'
},
]
```

@@ -398,4 +421,4 @@

[downloads-image]: https://img.shields.io/npm/dm/way2web-helpers.svg
[downloads-image]: https://img.shields.io/npm/dt/way2web-helpers.svg
[npm-url]: https://www.npmjs.com/package/way2web-helpers
[npm-image]: https://img.shields.io/npm/v/way2web-helpers.svg
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