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

cutters

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

cutters - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

cutters.js

@@ -21,3 +21,3 @@ #!/usr/bin/env node

const res = await get('https://www.cutters.no/api/salons')
const salonsData = JSON.parse(res).data
const salonsData = JSON.parse(res).salons
salonsData

@@ -24,0 +24,0 @@ .sort((a, b) => a.details.estimatedWait - b.details.estimatedWait)

{
"name": "cutters",
"version": "1.1.0",
"version": "1.1.1",
"description": "Get Cutters salons sorted by wait time",
"main": "cutters.js",
"repository": {
"type": "git",
"url": "https://github.com/draperunner/cutters.git"
},
"scripts": {

@@ -7,0 +11,0 @@ "start": "node cutters.js"

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