Socket
Socket
Sign inDemoInstall

active-inflector

Package Overview
Dependencies
5
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.1.0

19

package.json
{
"name": "active-inflector",
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"description": "active-inflector goal is to be rails compatible.",
"keywords": [
"ember-addon",
"inflector",

@@ -42,3 +41,3 @@ "inflection",

"devDependencies": {
"@arethetypeswrong/cli": "^0.7.1",
"@arethetypeswrong/cli": "^0.13.0",
"@changesets/cli": "^2.26.2",

@@ -48,6 +47,6 @@ "@nullvoxpopuli/eslint-configs": "^3.2.0",

"@tsconfig/strictest": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@vitest/coverage-v8": "^0.34.2",
"esbuild": "^0.19.2",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitest/coverage-v8": "^1.0.0",
"esbuild": "^0.20.0",
"eslint": "^8.47.0",

@@ -59,3 +58,3 @@ "prettier": "^3.0.2",

"typescript": "^5.1.6",
"vitest": "^0.34.2"
"vitest": "^1.0.0"
},

@@ -66,4 +65,4 @@ "publishConfig": {

"volta": {
"node": "18.17.1",
"pnpm": "8.6.12"
"node": "20.11.1",
"pnpm": "8.12.1"
},

@@ -70,0 +69,0 @@ "dependencies": {

@@ -1,2 +0,2 @@

# Active Inflector [![CI](https://github.com/NullVoxPopuli/active-inflector/workflows/CI/badge.svg)](https://github.com/NullVoxPopuli/active-inflector/actions/)
# Active Inflector [![CI](https://github.com/NullVoxPopuli/active-inflector/workflows/CI/badge.svg)](https://github.com/NullVoxPopuli/active-inflector/actions/) ![size](https://deno.bundlejs.com/badge?q=active-inflector&treeshake=[*]&config={%22compression%22:%22brotli%22,%22esbuild%22:{%22external%22:[%22capital-case%22]}})

@@ -25,4 +25,3 @@ Active Inflector is a library for inflecting words between plural and singular forms. Active Inflector aims to be compatible with [ActiveSupport::Inflector](http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html) from Ruby on Rails, including the ability to add your own inflections in your app.

```javascript
import { Inflector } from "active-inflector";
import { singularize, pluralize } from "active-inflector";
import { Inflector, singularize, pluralize } from "active-inflector";

@@ -29,0 +28,0 @@ Inflector.inflector.singularize("tacos"); // taco

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc