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

ununura

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ununura - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

6

dist/index.js
// src/plugins/core.ts
import { UnunuraGlobalGenerate, UnunuraSvelteSFCFile, UnunuraVueSFCFile } from "ununura-engine";
import { UnunuraGlobalGenerate, UnunuraScopedSFCFile } from "ununura-engine";
import { isVueFile as isVueFile2, VIRTUAL_CSS_INJECT_FILENAME, RESOLVED_VIRTUAL_CSS_INJECT_FILENAME as RESOLVED_VIRTUAL_CSS_INJECT_FILENAME2, isSvelteFile as isSvelteFile2 } from "ununura-shared";

@@ -26,6 +26,6 @@

if (isVueFile2(id)) {
return UnunuraVueSFCFile(code);
return UnunuraScopedSFCFile(code, "vue");
}
if (isSvelteFile2(id)) {
return UnunuraSvelteSFCFile(code);
return UnunuraScopedSFCFile(code, "svelte");
}

@@ -32,0 +32,0 @@ },

{
"name": "ununura",
"version": "0.0.13",
"version": "0.0.14",
"description": "Atomic CSS Engine.",

@@ -37,4 +37,4 @@ "author": "Novout",

"fontaine": "^0.2.3",
"ununura-engine": "0.0.13",
"ununura-shared": "0.0.13"
"ununura-engine": "0.0.14",
"ununura-shared": "0.0.14"
},

@@ -44,3 +44,3 @@ "devDependencies": {

},
"gitHead": "58d5ea57bb20c66a809783f9a31ccaa28a57801b"
"gitHead": "e323dfc95e65a576c71617468b714648746f68f0"
}

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