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

yurine

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yurine - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "yurine",
"version": "0.0.5",
"version": "0.0.6",
"description": "百合音",

@@ -5,0 +5,0 @@ "maintainers": [

@@ -77,10 +77,6 @@ import homunculus from 'homunculus';

}
if(/-/.test(name)) {
if(/-/.test(name) || /^[A-Z]/.test(name)) {
res += 'karas.createCp(';
res += name.replace(/-([A-Za-z])/g, '$1');
}
else if(/^[A-Z]/.test(name)) {
res += 'karas.createGeom(';
res += '"' + name + '"';
}
else {

@@ -87,0 +83,0 @@ res += 'karas.createDom(';

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

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