New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tema-design

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tema-design - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

6

js/ie11-fix.js

@@ -8,1 +8,7 @@ if (typeof global.NodeList.prototype.forEach === 'undefined') {

}
if (typeof global.String.prototype.includes === 'undefined') {
global.String.prototype.includes = function (str) {
return this.indexOf(str) >= -1
}
}

2

package.json
{
"name": "tema-design",
"version": "2.2.3",
"version": "2.2.4",
"description": "Design system source used into tema ui's",

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

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