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

safari-fix-map

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safari-fix-map - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

5

index.js

@@ -12,5 +12,4 @@ if (

var corejs = require('core-js/library');
window.Map = corejs.Map;
window.Set = corejs.Set;
window.Map = require('core-js/library/fn/map');
window.Set = require('core-js/library/fn/set');
}

2

package.json
{
"name": "safari-fix-map",
"version": "1.0.3",
"version": "1.0.4",
"description": "Simple commonjs module to replace Safari's bugginess with better polyfills.",

@@ -5,0 +5,0 @@ "main": "index.js",

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