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

serasa-ui

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serasa-ui - npm Package Compare versions

Comparing version

to
0.1.2

2

package.json
{
"name": "serasa-ui",
"version": "0.0.2",
"version": "0.1.2",
"description": "Serasa components",

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

@@ -1,1 +0,1 @@

export { Featured } from './related-posts'
export { Featured } from './featured'
'use strict'
export { Featured } from './components/related-posts'
export { Featured } from './components/featured'
export { TheContent } from './components/the-content'