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

dunno

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

dunno - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

5

dunno.js

@@ -5,3 +5,3 @@ /* https://github.com/bubenshchykov/dunno */

var key = 'dunno#v0.0.5';
var key = 'dunno#v0.0.6';
var sep = ' ~\n';

@@ -12,3 +12,3 @@ var mask = '<:tag id=":id" cl=":class">:info</:tag>';

var started, href;
var storage = window.localStorage;
var storage;

@@ -39,2 +39,3 @@ exports.start = function(opts) {

try {
storage = window.localStorage
storage.setItem(key + '-ping', 1);

@@ -41,0 +42,0 @@ storage.removeItem(key + '-ping');

2

package.json
{
"name": "dunno",
"version": "0.0.5",
"version": "0.0.6",
"description": "track last N user actions at any point of time",

@@ -5,0 +5,0 @@ "main": "dunno.js",

@@ -47,1 +47,5 @@ [![Build Status](https://travis-ci.org/bubenshchykov/dunno.png?branch=master)](https://travis-ci.org/bubenshchykov/dunno)

Just post ```dunno.tell()``` to LogEntries or whatever you use. Now you know!
Example
===
![Dunno](https://dl.dropboxusercontent.com/u/17696220/dunno.png)
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