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

bookmarks

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bookmarks - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

public/img/github-ribbon.png

2

CHANGELOG.md
# bookmarks changelog
0.5.0 - Added GitHub fork ribbon
0.4.0 - Updated bookmarks to 2014/01/22

@@ -3,0 +5,0 @@

@@ -29,2 +29,8 @@ module.exports = function(grunt) {

},
curl: {
// https://github.com/blog/273-github-ribbons
'public/img/github-ribbon.png': 'https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png'
},
watch: {

@@ -41,6 +47,8 @@ 'default': {

grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-curl');
// Default task.
// Set up grunt commands
grunt.registerTask('install', ['curl']);
grunt.registerTask('default', ['jshint']);
};

5

package.json
{
"name": "bookmarks",
"description": "Searchable collection of bookmarks in a webpage",
"version": "0.4.0",
"version": "0.5.0",
"homepage": "https://github.com/twolfson/bookmarks",

@@ -39,3 +39,4 @@ "author": {

"grunt-contrib-watch": "~0.4.0",
"firefox-bookmarks": "~0.6.0"
"firefox-bookmarks": "~0.6.0",
"grunt-curl": "~1.2.1"
},

@@ -42,0 +43,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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