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

febs-browser

Package Overview
Dependencies
Maintainers
3
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

febs-browser - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

5

index.ie8.js

@@ -5,2 +5,7 @@ // require('es5-shim');

if (!Window.__line) {
Window.__line = undefined;
Window.__column = undefined;
}
// require('console-polyfill');

@@ -7,0 +12,0 @@ require('./common/promise-finally-polyfill');

var Window = "undefined" != typeof window ? window : ("undefined" != typeof global ? global : ("undefined" != typeof self ? self : undefined));
if (!Window.__line) {
Window.__line = undefined;
Window.__column = undefined;
}
// require('core-js/stable');

@@ -4,0 +9,0 @@ // require('regenerator-runtime/runtime');

2

package.json

@@ -91,3 +91,3 @@ {

"name": "febs-browser",
"version": "1.0.8"
"version": "1.0.9"
}

@@ -14,2 +14,11 @@

/**
* @desc: 当前所在行 (客户端不支持, 为undefined).
*/
var __line: number;
/**
* @desc: 当前所在列 (客户端不支持, 为undefined).
*/
var __column: number;
/**
* 微信小程序不支持

@@ -16,0 +25,0 @@ */

if (!global.__line) {
global.__line = undefined;
global.__column = undefined;
}
// require('es5-shim');

@@ -21,3 +27,2 @@ // require('es5-shim/es5-sham');

const __debug = false;

@@ -24,0 +29,0 @@ const crypt = febsutils.mergeMap(febscrypt, cryptMd5, cryptSha1);

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

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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

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

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