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

owoifyx

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

owoifyx - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

license.md

33

package.json
{
"name": "owoifyx",
"description": "owoifies a string",
"version": "1.0.1",
"main": "index.js",
"repository": "https://github.com/newtykins/owoifyx",
"author": "newt",
"license": "MIT",
"keywords": [
"owo",
"owoify",
"uwu",
"kaomoji"
]
"name": "owoifyx",
"description": "owoifies a string",
"version": "1.0.2",
"main": "dist/index.js",
"repository": "https://github.com/newtykins/owoifyx",
"author": "newtykins",
"license": "MIT",
"scripts": {
"gulp": "gulp"
},
"keywords": [
"owo",
"owoify",
"uwu",
"kaomoji"
],
"devDependencies": {
"gulp": "^4.0.2",
"gulp-uglify": "^3.0.2"
}
}

@@ -1,6 +0,12 @@

# owoifyx
<div align="center">
<img src="readme.gif" alt="readme GIF" height="250">
<h1>owoifyx</h1>
<img src="https://img.shields.io/bundlephobia/min/owoifyx?color=red&label=Package%20Size&logo=npm&style=for-the-badge" alt="Package Size">
<img src="https://img.shields.io/npm/v/owoifyx?label=Version&color=red&logo=npm&style=for-the-badge" alt="Version">
<br><br>
</div>
> owoifies a string
## Installation
### Installation

@@ -11,7 +17,9 @@ ```bash

## Usage
### Usage
```js
const owoify = require('owoifyx');
console.log(owoify('Hello friend!')); // Hewwo fwiend (*^ω^)
const owoify = require("owoifyx");
console.log(owoify("Hello friend!")); // Hewwo fwiend (*^ω^)
```
<sub>View the license <a href="license.md">here</a>.</sub>
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