New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uncamelize

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

uncamelize - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

.npmignore

12

package.json
{
"name": "uncamelize",
"version": "1.0.2",
"description": "Converts a camelCase string into a space-separated one",
"main": "index.coffee",
"version": "1.0.3",
"description": "Converts a camelCase string into a space separated one",
"main": "lib/uncamelize.js",
"scripts": {
"test": "mocha"
"test": "mocha",
"prepublish": "coffee -c -o lib/ src/*"
},

@@ -14,3 +15,3 @@ "repository": {

"author": "Matt Dolan <matt@dolan.me>",
"license": "ISC",
"license": "MIT",
"bugs": {

@@ -23,4 +24,5 @@ "url": "https://github.com/mgduk/uncamelize/issues"

"coffee-script": "^1.10.0",
"expect": "^1.16.0",
"mocha": "^2.4.5"
}
}

Sorry, the diff of this file is not supported yet

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