Socket
Socket
Sign inDemoInstall

classlist

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

2.0.0

Diff

Changelog

Source

v2.0.0

  • Removed context chaining and changed some return values to more closely match [the specification][spec]

    // v1
    list.add('foo').remove('bar')
    
    // v2
    list.add('foo')
    list.remove('bar')
    
  • Added item and replace methods

lucthev
published 1.0.1 •

lucthev
published 1.0.0 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc