Socket
Socket
Sign inDemoInstall

lodash-inflection

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

lodash-inflection - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

lib/lodash-inflection.js

@@ -15,3 +15,3 @@ // lodash-inflection.js

// like Node.
module.exports = factory(require('lodash'));
module.exports = factory(require('lodash').runInContext());
} else {

@@ -18,0 +18,0 @@ // Browser globals (root is window)

{
"name": "lodash-inflection",
"version": "1.2.1",
"version": "1.2.2",
"description": "ActiveSupport::Inflector, for lodash!",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -14,3 +14,3 @@ /**

*/
require('..');
_.mixin(require('..'));

@@ -17,0 +17,0 @@ /**

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