Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wordpress/token-list

Package Overview
Dependencies
Maintainers
14
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/token-list - npm Package Compare versions

Comparing version 1.8.0 to 1.9.0

2

LICENSE.md
### 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

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