@most/prelude
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -153,2 +153,3 @@ /** @license MIT License (c) copyright 2010-2016 original author or authors */ | ||
// remove all elements matching a predicate | ||
// @deprecated | ||
function removeAll(f, a) { | ||
@@ -155,0 +156,0 @@ var l = a.length; |
@@ -159,2 +159,3 @@ (function (global, factory) { | ||
// remove all elements matching a predicate | ||
// @deprecated | ||
function removeAll(f, a) { | ||
@@ -161,0 +162,0 @@ var l = a.length; |
{ | ||
"name": "@most/prelude", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "prelude", | ||
@@ -33,6 +33,6 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-core": "^6.26.3", | ||
"babel-plugin-annotate-pure-calls": "^0.2.0", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-preset-env": "^1.6.0", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-register": "^6.26.0", | ||
@@ -42,4 +42,4 @@ "cpy-cli": "^1.0.1", | ||
"flow-bin": "^0.57.3", | ||
"mocha": "^3.4.2", | ||
"nyc": "^11.0.2", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.0.0", | ||
"rollup": "^0.50.0", | ||
@@ -46,0 +46,0 @@ "snazzy": "^7.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40502
542