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

azureleaf

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azureleaf - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

README.md

11

index.js

@@ -22,13 +22,4 @@ const Azureleaf = require('./src/azl-strings');

// Additional methods or modifications can be added here
}
// Create an instance of CombinedAzureleaf
const $azl = new CombinedAzureleaf();
// Use methods from Azureleaf, Arrayzureleaf, and Objectureleaf
const capitalizedString = $azl.capitalizeFirst('hello');
console.log(capitalizedString);
const shuffledArray = $azl.shuffle([1, 2, 3]);
console.log(shuffledArray);
const $azl = new CombinedAzureleaf();
{
"name": "azureleaf",
"version": "1.0.0",
"version": "1.0.1",
"description": "A lightweight JavaScript library for data structure manipulation",

@@ -18,6 +18,3 @@ "main": "index.js",

"author": "Zak Schenck",
"license": "MIT",
"dependencies": {
"any-required-dependencies": "^1.0.0"
}
"license": "MIT"
}
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