Socket
Socket
Sign inDemoInstall

i

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

lib/inflect.js
// Requiring modules
module.exports = function (native) {
module.exports = function (attach) {
var methods = require('./methods');
if (native) {
if (attach) {
require('./native')(methods);

@@ -8,0 +8,0 @@ }

{
"name": "i",
"version": "0.3.0",
"version": "0.3.1",
"author": "Pavan Kumar Sunkara <pavan.sss1991@gmail.com> (pksunkara.github.com)",

@@ -5,0 +5,0 @@ "description": "custom inflections for nodejs",

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