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

@cleartrip/bento

Package Overview
Dependencies
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cleartrip/bento - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "@cleartrip/bento",
"version": "0.1.0",
"version": "0.1.1",
"description": "Cleartrip Design System",

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

@@ -10,2 +10,3 @@ import "./scss/index.scss";

import Banner from './components/Banner'
import Icon from './components/Icon'

@@ -29,2 +30,3 @@ import Collapse from './animations/Collapse'

Banner,
Icon,
Collapse,

@@ -31,0 +33,0 @@ Fade,

@@ -7,3 +7,6 @@ const path = require('path');

path: path.resolve(__dirname, 'dist'),
filename: 'bundled.js'
filename: 'bundled.js',
library: 'bento',
libraryTarget: 'umd',
umdNamedDefine: true
},

@@ -10,0 +13,0 @@ module: {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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