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

febs

Package Overview
Dependencies
Maintainers
3
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

febs - npm Package Compare versions

Comparing version 0.8.78 to 0.8.80

browser/dist/febs-0.8.79/febs.base.js

1

browser/base.js

@@ -5,2 +5,3 @@

require('console-polyfill');
require('promise-prototype-finally');
// require('babel-polyfill');

@@ -7,0 +8,0 @@ // require('../third-party/bluebird.min.js');

@@ -5,2 +5,3 @@

require('console-polyfill');
require('promise-prototype-finally');
// require('babel-polyfill');

@@ -7,0 +8,0 @@ // require('../third-party/bluebird.min.js');

// require('es5-shim');
// require('es5-shim/es5-sham');
require('console-polyfill')
require('promise-prototype-finally');
// require('babel-polyfill');

@@ -5,0 +6,0 @@ // require('./third-party/bluebird.min.js');

@@ -5,2 +5,3 @@

require('console-polyfill');
require('promise-prototype-finally');
// require('babel-polyfill');

@@ -7,0 +8,0 @@ // require('../third-party/bluebird.min.js');

@@ -5,2 +5,3 @@

require('console-polyfill');
require('promise-prototype-finally');
// require('babel-polyfill');

@@ -7,0 +8,0 @@ // require('../third-party/bluebird.min.js');

3

browser/package.json

@@ -7,2 +7,3 @@ {

"md5": "^2.2.1",
"promise-prototype-finally": "^1.0.0",
"sha1": "^1.1.1"

@@ -81,3 +82,3 @@ },

"name": "febs-browser",
"version": "0.8.78"
"version": "0.8.80"
}

@@ -103,2 +103,12 @@ febs 库是一些常用的工具的合集;

## polyfill
| name |
|----------------|
| promise.finally |
| console |
| fetch |
# dom

@@ -105,0 +115,0 @@

@@ -5,2 +5,3 @@

require('console-polyfill');
require('promise-prototype-finally');
// require('babel-polyfill');

@@ -7,0 +8,0 @@ // require('../third-party/bluebird.min.js');

@@ -118,2 +118,4 @@

0.8.80
==================
- [feature] promise.finally polyfill.

@@ -13,2 +13,3 @@ {

"promise": "^7.1.1",
"promise-prototype-finally": "^1.0.0",
"raw-body": "^2.2.0",

@@ -91,3 +92,3 @@ "sha1": "^1.1.1",

"name": "febs",
"version": "0.8.78"
"version": "0.8.80"
}
require('promise-prototype-finally');
exports.BigNumber = require('bignumber.js');

@@ -3,0 +5,0 @@

@@ -1031,3 +1031,3 @@ // Type definitions for febs

*/
function dirExplorer(dir: string): DirExplorerRet | null;
function dirExplorer(dir: string, pattern?: RegExp): DirExplorerRet | null;
/**

@@ -1034,0 +1034,0 @@ * @desc: [only in server] 递归获取当前目录下的所有子文件.

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