Socket
Socket
Sign inDemoInstall

mini-linq-js

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-linq-js - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"name": "mini-linq-js",
"version": "1.2.1",
"version": "1.2.2",
"description": "LINQ for JavaScript library, which allows to work with arrays in a more easy way and focus on business logic.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/akopachov/mini-linq-js",

@@ -6,5 +6,6 @@ # mini-linq.js

## Installation
Download and link manually. Or install it via Bower
Download and link manually. Or install it
```
bower install mini-linq-js --save
npm install mini-linq-js --save
```

@@ -19,3 +20,3 @@

```javascript
require('mini-linq.min.js');
require('mini-linq-js');
```

@@ -22,0 +23,0 @@ You can also attach and use mini-linq with [knockout observableArray](http://knockoutjs.com/documentation/observableArrays.html). Just link `mini-linq.knockout.js`.

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