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

ng2-pipes

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-pipes - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

2

bin/app/pipes/array/shuffle.js

@@ -21,3 +21,3 @@ "use strict";

}
var shuffled = Array.from(arr);
var shuffled = arr.slice();
for (var i = 0, n = arr.length - 1, l = n - 1; i < l; ++i) {

@@ -24,0 +24,0 @@ var j = Math.floor(Math.random() * (n - i + 1)) + i;

{
"name": "ng2-pipes",
"version": "0.4.2",
"version": "0.4.3",
"author": "Dan Revah",

@@ -5,0 +5,0 @@ "description": "Useful angular2 pipes",

Sorry, the diff of this file is not supported yet

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