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

oriente-ui

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oriente-ui - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.github/workflows/zeitdeploy.yml

3

package.json
{
"name": "oriente-ui",
"version": "0.1.0",
"version": "0.1.1",
"description": "A bunch of components for supporting Oriente front-end team.",

@@ -25,2 +25,3 @@ "main": "lib/oriente-ui.umd.min.js",

"sass-loader": "^7.1.0",
"svg-inline-loader": "^0.8.0",
"vue-cli-plugin-styleguidist": "^3.22.2",

@@ -27,0 +28,0 @@ "vue-template-compiler": "^2.5.17"

@@ -5,3 +5,3 @@ # Oriente UI

[DEMO](https://oriente-ui.github.io/)
[DEMO](https://workspace.tonypai.now.sh)

@@ -8,0 +8,0 @@ ## Setup

@@ -37,3 +37,3 @@ const path = require('path')

{
test: /\.(png|jpe?g|gif|svg)$/,
test: /\.(png|jpe?g|gif)$/,
loader: 'url-loader',

@@ -46,2 +46,6 @@ query: {

{
test: /\.svg$/,
loader: 'svg-inline-loader'
},
{
test: /\.(css?|scss)(\?.*)?$/,

@@ -48,0 +52,0 @@ loaders: [

Sorry, the diff of this file is not supported yet

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