Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-claps

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-claps - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

3

createClapsAPI.js

@@ -8,3 +8,4 @@ import { Redis } from '@upstash/redis';

const key = event.url.searchParams.get('key');
const RAW_IP = getIP(event.request);
console.log(event.clientAddress);
const RAW_IP = event.clientAddress;
const KEY = `CLAP:${key}`;

@@ -11,0 +12,0 @@ const HASH_IP = await generateHash(RAW_IP);

{
"name": "svelte-claps",
"version": "0.0.5",
"version": "0.0.6",
"devDependencies": {

@@ -5,0 +5,0 @@ "@sveltejs/adapter-auto": "next",

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