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

kindled-utils

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

kindled-utils - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

2

index.js

@@ -54,2 +54,3 @@ const fs = require('fs-extra')

/*/
exports.shorten = function(key, link) {

@@ -64,2 +65,3 @@ const bitly = new BitlyClient(key);

}
/*/

@@ -66,0 +68,0 @@ function logFeature(name, desc){

2

package.json
{
"name": "kindled-utils",
"description": "A few functions to assist in development",
"version": "1.0.12",
"version": "1.0.13",
"main": "index.js",

@@ -6,0 +6,0 @@ "keywords": [

# Kindled Utils
Kindled Utils is a utilization tool made by kindled.\
It includes functions to manage files easily, shorten links and more. \
It includes functions to manage files easily, ~~shorten links~~ and more. \
You can use the features() function to print all current features.

@@ -9,3 +9,3 @@

(+) Added toJSONFile(path, object) - writes JS object to JSON\
(+) Added shorten(<bit.ly - api - key>, link) - Shortens links provided you have a bit.ly API key\
(+) Added shorten(<bit.ly - api - key>, link) - Shortens links provided you have a bit.ly API key (in development)\
(+) Added features() - Prints all the features in Kindled Utils\

@@ -12,0 +12,0 @@ **Update v1.8**\

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