New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

nodejs-polyfill

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

nodejs-polyfill - npm Package Compare versions

Comparing version
1.4.0
to
1.4.1
+3
-1
.eslintrc.json

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

"files": [
"**/*.js"
"env.js",
"index.js",
"register/*.js"
],

@@ -12,0 +14,0 @@ "extends": [

{
"name": "nodejs-polyfill",
"version": "1.4.0",
"version": "1.4.1",
"author": {

@@ -5,0 +5,0 @@ "name": "Rehiy Wang",

@@ -22,2 +22,6 @@ import FileCache from 'tank-cache';

if (global._now === undefined) {
global._now = () => (new Date()).getTime();
}
if (global.localStorage === undefined) {

@@ -24,0 +28,0 @@ global.localStorage = new FileStorage(env.CACHE_DIR + '/local.json');