New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@firebase/polyfill

Package Overview
Dependencies
Maintainers
5
Versions
1975
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/polyfill - npm Package Compare versions

Comparing version 0.3.36-canary.3c61f243 to 0.3.36-canary.3c6a11c8d

1

dist/index.cjs.js

@@ -21,3 +21,4 @@ 'use strict';

require('core-js/features/number/is-integer');
require('core-js/features/number/is-nan');
//# sourceMappingURL=index.cjs.js.map

@@ -35,1 +35,2 @@ /**

import 'core-js/features/number/is-integer';
import 'core-js/features/number/is-nan';

@@ -19,2 +19,3 @@ import 'whatwg-fetch';

import 'core-js/features/number/is-integer';
import 'core-js/features/number/is-nan';
//# sourceMappingURL=index.esm.js.map

13

package.json
{
"name": "@firebase/polyfill",
"version": "0.3.36-canary.3c61f243",
"version": "0.3.36-canary.3c6a11c8d",
"description": "",

@@ -15,14 +15,13 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",

"test": "echo 'No test suite for polyfills'",
"test:ci": "echo 'No test suite for polyfills'",
"prepare": "yarn build"
"test:ci": "echo 'No test suite for polyfills'"
},
"license": "Apache-2.0",
"dependencies": {
"core-js": "3.6.5",
"promise-polyfill": "8.1.3",
"core-js": "3.15.1",
"promise-polyfill": "8.2.0",
"whatwg-fetch": "2.0.4"
},
"devDependencies": {
"rollup": "2.7.6",
"rollup-plugin-typescript2": "0.27.0"
"rollup": "2.52.2",
"rollup-plugin-typescript2": "0.30.0"
},

@@ -29,0 +28,0 @@ "repository": {

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