in-interval
Advanced tools
Comparing version 1.0.0 to 1.0.1
'use strict'; | ||
var parse = require('math-interval-parser'); | ||
var parse = require('math-interval-parser').default; | ||
@@ -5,0 +5,0 @@ function includes(number, interval) { |
{ | ||
"name": "in-interval", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Determines whether the number in the specified interval", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"math-interval-parser": "^1.0.0" | ||
"math-interval-parser": "^2.0.1" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
@@ -0,0 +0,0 @@ # In interval [![Build Status](https://travis-ci.org/Semigradsky/in-interval.svg)](https://travis-ci.org/Semigradsky/in-interval) [![Dependency Status](https://david-dm.org/Semigradsky/in-interval.svg)](https://david-dm.org/Semigradsky/in-interval) |
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
3030
+ Addedmath-interval-parser@2.0.1(transitive)
- Removedmath-interval-parser@1.1.0(transitive)
- Removedxregexp@2.0.0(transitive)
Updatedmath-interval-parser@^2.0.1