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

curvy-tabs

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

curvy-tabs - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

umd/curvy-tabs.js

2

package.json
{
"name": "curvy-tabs",
"version": "2.3.3",
"version": "2.3.4",
"description": "Tab bar with fancy tabs",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -275,2 +275,9 @@ See the [demo](https://joneit.github.io/curvy-tabs/2.1.1).

## Version History
* `2.3.4`
* Add `umd` folder for `unpkg` CDN support (any [SEMVER](//semver.org) string can replace `2.3.4` below):
```html
<script src="https://unpkg.com/curvy-tabs@2.3.4/umd/curvy-tabs.js"></script>
<script src="https://unpkg.com/curvy-tabs@2.3.4/umd/curvy-tabs.min.js"></script>
```
(See npm’s [semantic versioning](//docs.npmjs.com/getting-started/semantic-versioning) page, which includes a link to their pretty cool [npm semver calculator](//semver.npmjs.com) tool. .)
* `2.3.3`

@@ -277,0 +284,0 @@ * Fix `width` setter (was always throwing error)

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