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

hr.js

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hr.js - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Client-side framework for structured applications.",
"version": "0.1.10",
"version": "0.1.11",
"keywords": [

@@ -8,0 +8,0 @@ "clientside"

@@ -89,3 +89,3 @@ define([

// Check application cache
var content = cache.get(ressourcename);
var content = cache.get(ressourceurl);
if (content != null) { callback.resolve(content); return; }

@@ -96,3 +96,3 @@

Requests.get(ressourceurl).then(function(content) {
cache.set(ressourcename, content);
cache.set(ressourceurl, content);
callback.resolve(content);

@@ -99,0 +99,0 @@ }, function() {

Sorry, the diff of this file is too big to display

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