Socket
Socket
Sign inDemoInstall

@chasi/ui

Package Overview
Dependencies
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chasi/ui - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

3

dist/CNotify/CNotifier.js
import CNotify from './CNotify.svelte';
if (!import.meta.env.SSR) {
import { BROWSER } from 'esm-env';
if (!BROWSER) {
if (!document.querySelector('.notifications-holder')) {

@@ -4,0 +5,0 @@ const defaultContainer = document.createElement('div');

{
"name": "@chasi/ui",
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"main": "./dist/index.js",
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"./styles": "./dist/styles/app.scss"
},

@@ -14,9 +18,2 @@ "files": [

],
"typesVersions": {
"*": {
".": [
"./dist/index.d.ts"
]
}
},
"scripts": {

@@ -36,2 +33,3 @@ "theme": "node package/scripts/theme.js",

"@types/node": "^18.15.11",
"esm-env": "^1.0.0",
"prettier": "^2.8.7",

@@ -38,0 +36,0 @@ "prettier-plugin-svelte": "^2.10.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