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

k-history

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

k-history - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

7

lib/Blocker.js

@@ -45,8 +45,3 @@ "use strict";

// 兼容 v4 block('string')
var l = typeof listener === 'string' ?
function () {
window.alert(listener);
return false;
} :
listener;
var l = typeof listener === 'string' ? function () { return window.confirm(listener); } : listener;
_this.listener.push(l);

@@ -53,0 +48,0 @@ return function () {

2

package.json
{
"name": "k-history",
"version": "0.0.4",
"version": "0.0.5",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "files": [

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