Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "lr-core", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Line Rider core library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,2 +18,3 @@ import assignPrototype from './assignPrototype.js' | ||
var map = new M() | ||
map.set(key, 123) | ||
} catch (e) { | ||
@@ -23,4 +24,2 @@ return false | ||
map.set(key, 123) | ||
return map instanceof M && map.has(key) && map.get(key) === 123 | ||
@@ -27,0 +26,0 @@ })() |
@@ -28,2 +28,3 @@ 'use strict'; | ||
var map = new M(); | ||
map.set(key, 123); | ||
} catch (e) { | ||
@@ -33,4 +34,2 @@ return false; | ||
map.set(key, 123); | ||
return map instanceof M && map.has(key) && map.get(key) === 123; | ||
@@ -37,0 +36,0 @@ })(); |
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
167487