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

inflected

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inflected - npm Package Compare versions

Comparing version 1.1.7 to 2.0.0

dist/esm/inflected.js

51

package.json
{
"name": "inflected",
"version": "1.1.7",
"version": "2.0.0",
"description": "A port of ActiveSupport's inflector to Node.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/martinandert/inflected.git"
},
"main": "dist/umd/inflected.js",
"module": "dist/esm/inflected.js",
"repository": "martinandert/inflected",
"author": "Martin Andert",
"license": "MIT",
"keywords": [

@@ -26,16 +26,33 @@ "inflector",

],
"author": {
"name": "Martin Andert",
"email": "mandert@gmail.com"
"scripts": {
"lint": "eslint --max-warnings 0 src/**",
"test": "yarn lint && yarn bundle && mocha -R spec --bail test/index.js",
"precommit": "lint-staged",
"build": "yarn bundle && yarn minify",
"bundle": "rollup --config",
"minify": "uglifyjs dist/umd/inflected.js --compress --mangle --output dist/umd/inflected.min.js"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/martinandert/inflected/issues"
"devDependencies": {
"babel-eslint": "^7.2.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.2.0",
"husky": "^0.13.3",
"lint-staged": "^3.4.0",
"mocha": "^3.2.0",
"object-assign": "^4.1.1",
"prettier": "^1.1.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-node-resolve": "^3.0.0",
"uglify-js": "^2.8.22"
},
"homepage": "https://github.com/martinandert/inflected",
"devDependencies": {
"jshint": "^2.5.10",
"mocha": "^2.0.1",
"object-assign": "^2.0.0"
"lint-staged": {
"src/**/*.js": [
"prettier --write",
"git add"
]
}
}
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