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

gallery-curator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gallery-curator - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.npmignore

3

package.json
{
"name": "gallery-curator",
"version": "0.0.2",
"description": "simple photo gallery curation",
"version": "0.0.3",
"main": "index.js",

@@ -5,0 +6,0 @@ "repository": {

@@ -13,2 +13,9 @@ ## Curator

curator.curate('./photos');
// log the collection
console.log(curator.collection)
// result
[ { name: 'album', photos: [ [Object], [Object] ] },
{ name: 'album2', photos: [ [Object], [Object] ] },
{ name: 'album3', photos: [ [Object] ] } ]
```
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