@wordpress/token-list
Advanced tools
Comparing version 1.8.0 to 1.9.0
### WordPress - Web publishing software | ||
Copyright 2011-2019 by the contributors | ||
Copyright 2011-2020 by the contributors | ||
@@ -5,0 +5,0 @@ This program is free software; you can redistribute it and/or modify |
{ | ||
"name": "@wordpress/token-list", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "Constructable, plain JavaScript DOMTokenList implementation, supporting non-browser runtimes.", | ||
@@ -23,3 +23,3 @@ "author": "The WordPress Contributors", | ||
"dependencies": { | ||
"@babel/runtime": "^7.4.4", | ||
"@babel/runtime": "^7.8.3", | ||
"lodash": "^4.17.15" | ||
@@ -30,3 +30,3 @@ }, | ||
}, | ||
"gitHead": "cc8b3fde75738a15c6152d18458eb5078a620cbe" | ||
"gitHead": "41fc84af285da696c65c235331ee245dfe23971d" | ||
} |
@@ -79,3 +79,3 @@ /** | ||
*/ | ||
* [ Symbol.iterator ]() { | ||
*[ Symbol.iterator ]() { | ||
return yield* this._valueAsArray; | ||
@@ -82,0 +82,0 @@ } |
@@ -83,3 +83,5 @@ /** | ||
expect( list[ Symbol.iterator ]().next ).toEqual( expect.any( Function ) ); | ||
expect( list[ Symbol.iterator ]().next ).toEqual( | ||
expect.any( Function ) | ||
); | ||
} ); | ||
@@ -86,0 +88,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
62937
862
Updated@babel/runtime@^7.8.3