Socket
Socket
Sign inDemoInstall

inflection

Package Overview
Dependencies
0
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.13.0 to 1.13.1

6

CHANGELOG.md
# History
## 1.13.1 / 2021-05-21
- [fix] use correct version for `inflector.version`
- [build] reduce npm bundle size by excluding more files
- [build] use terser to create a minified file
## 1.13.0 / 2021-05-01

@@ -4,0 +10,0 @@

2

lib/inflection.js

@@ -1082,5 +1082,5 @@ /*!

*/
inflector.version = '1.12.0';
inflector.version = '1.13.1';
return inflector;
}));
{
"name": "inflection",
"version": "1.13.0",
"version": "1.13.1",
"description": "A port of inflection-js to node.js module",

@@ -92,3 +92,4 @@ "keywords": [

"mocha": "^8.3.2",
"should": "^13.2.3"
"should": "^13.2.3",
"terser": "^5.7.0"
},

@@ -105,4 +106,5 @@ "main": "./lib/inflection.js",

"scripts": {
"test": "mocha -R spec"
"test": "mocha -R spec",
"minify": "terser lib/inflection.js -o inflection.min.js -c -m"
}
}
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