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

@3yourmind/yoco

Package Overview
Dependencies
Maintainers
7
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3yourmind/yoco - npm Package Compare versions

Comparing version 2.4.6 to 2.5.0

dist/cjs/index.cjs

43

package.json

@@ -18,3 +18,3 @@ {

"dependencies": {
"zod": "3.14.1"
"zod": "3.23.5"
},

@@ -25,5 +25,20 @@ "description": "3YOURMIND Icon Font",

},
"exports": {
".": {
"import": {
"types": "./dist/mjs/index.d.ts",
"default": "./dist/mjs/index.js"
},
"require": {
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"
}
},
"./style.css": {
"style": "./style.css"
}
},
"files": [
"fonts",
"dist",
"dist/**/!(*.tsbuildinfo)",
"svg",

@@ -38,11 +53,23 @@ "style.css"

"license": "MIT",
"main": "dist/index.js",
"main": "./dist/cjs/index.cjs",
"module": "./dist/mjs/index.js",
"name": "@3yourmind/yoco",
"repository": "git+https://github.com/3YOURMIND/kotti.git",
"repository": {
"type": "git",
"url": "git+https://github.com/3YOURMIND/kotti.git"
},
"scripts": {
"build": "tsc && node --unhandled-rejections=strict dist/generate"
"build": "./scripts/build.sh",
"check:eslint": "eslint --max-warnings=0 .",
"check:prettier": "yarn --cwd ../.. run prettier --check --ignore-path=.gitignore ./packages/yoco",
"check:publint": "publint",
"check:stylelint": "stylelint style.css",
"fix:eslint": "yarn run check:eslint --fix",
"fix:prettier": "yarn run check:prettier --write",
"publish-package": "yarn publish --no-git-tag-version --verbose --non-interactive --access public"
},
"style": "style.css",
"version": "2.4.6",
"gitHead": "34c0aefd5047448a352f487f48c3afe58bda5269"
"style": "./style.css",
"type": "module",
"types": "./dist/mjs/index.d.ts",
"version": "2.5.0"
}

4

README.md

@@ -26,3 +26,3 @@ # Yoco Icon

```scss
@import '~@3yourmind/yoco'; // might need a sass importer like @3yourmind/sass-node-modules-importer
@import '@3yourmind/yoco'; // might need a sass importer
```

@@ -41,3 +41,3 @@

```html
<link rel="stylesheet" href="./path/to/yoco/styles.css" />
<link rel="stylesheet" href="./path/to/yoco/style.css" />
```

@@ -44,0 +44,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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