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

bookmarkify

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bookmarkify - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

3

index.js

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

}
const href = `javascript:${escape(rawJS)}`
const wrappedJS = `!(function(){${rawJS}})()`
const href = `javascript:${escape(wrappedJS)}`
const html = `<a href="${href}">${label}</a>`

@@ -15,0 +16,0 @@ console.log(html)

{
"name": "bookmarkify",
"version": "1.1.0",
"version": "1.2.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "view-component-bookmarklet.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