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

@dcloudio/uni-cli-shared

Package Overview
Dependencies
Maintainers
3
Versions
1739
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dcloudio/uni-cli-shared - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

lib/index.js

@@ -18,2 +18,3 @@ const tags = require('./tags')

hashify,
camelize,
hyphenate,

@@ -36,2 +37,3 @@ removeExt,

hashify,
camelize,
hyphenate,

@@ -38,0 +40,0 @@ removeExt,

@@ -46,2 +46,8 @@ const path = require('path')

const camelizeRE = /-(\w)/g
const camelize = cached((str) => {
return str.replace(camelizeRE, (_, c) => c ? c.toUpperCase() : '')
})
const hyphenateRE = /\B([A-Z])/g

@@ -95,2 +101,3 @@

removeExt,
camelize,
hyphenate,

@@ -97,0 +104,0 @@ normalizePath,

2

package.json
{
"name": "@dcloudio/uni-cli-shared",
"version": "0.0.6",
"version": "0.0.7",
"description": "uni-cli-shared",

@@ -5,0 +5,0 @@ "main": "lib/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