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

cleaver

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cleaver - npm Package Compare versions

Comparing version 0.7.7 to 0.8.1

5

package.json
{
"name": "cleaver",
"preferGlobal": true,
"version": "0.7.7",
"version": "0.8.1",
"author": "Jordan Scales <scalesjordan@gmail.com>",

@@ -28,3 +28,4 @@ "description": "30-second slideshows for hackers",

"mustache": "0.7.0",
"q": "0.9.6"
"q": "0.9.6",
"tiny-lr": "^0.2.1"
},

@@ -31,0 +32,0 @@ "devDependencies": {

6

resources/script.js

@@ -36,3 +36,7 @@ /**

function updateURL() {
window.history.replaceState({} , null, '#' + currentPosition());
try {
window.history.replaceState({} , null, '#' + currentPosition());
} catch (e) {
window.location.hash = currentPosition();
}
}

@@ -39,0 +43,0 @@

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