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

@placetopay/sidebar-menu

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@placetopay/sidebar-menu - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

23

package.json
{
"name": "@placetopay/sidebar-menu",
"version": "1.0.1",
"version": "1.0.2",
"private": false,

@@ -9,3 +9,6 @@ "files": [

"description": "A configurable sidebar menu in many projects",
"author": "Roberto Jimenez P <carlos.jimenezpinzon@evertecinc.com>",
"author": {
"email": "carlos.jimenezpinzon@evertecinc.com",
"name": "Roberto Jimenez P"
},
"main": "./dist/sidebar-menu.umd.js",

@@ -53,17 +56,3 @@ "module": "./dist/sidebar-menu.es.js",

"vuex": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/placetopay/sidebar-menu.git"
},
"keywords": [
"sidebar",
"menu",
"spartan"
],
"license": "ISC",
"bugs": {
"url": "https://bitbucket.org/placetopay/sidebar-menu/issues"
},
"homepage": "https://bitbucket.org/placetopay/sidebar-menu#readme"
}
}

@@ -17,3 +17,3 @@ # Sidebar Menu

# git clone
git clone git@bitbucket.org:placetopay/sidebar-menu-component.git
git clone git@bitbucket.org:placetopay/sidebar-menu.git

@@ -36,3 +36,3 @@ For development

# install via npm
npm i sidebar-menu-component
npm i @placetopay/sidebar-menu
```

@@ -44,4 +44,4 @@

// register the plugin on vue
import SidebarMenu from "sidebar-menu-component";
import 'sidebar-menu-component/dist/sidebar-menu.scss'
import SidebarMenu from '@placetopay/sidebar-menu'
import '@placetopay/sidebar-menu/dist/sidebar-menu.scss'
import Vuex from 'vuex'

@@ -48,0 +48,0 @@

Sorry, the diff of this file is not supported yet

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