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

lr-core

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lr-core - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

package.json
{
"name": "lr-core",
"version": "0.7.0",
"version": "0.7.1",
"description": "Line Rider core library",

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

@@ -18,2 +18,3 @@ import assignPrototype from './assignPrototype.js'

var map = new M()
map.set(key, 123)
} catch (e) {

@@ -23,4 +24,2 @@ return false

map.set(key, 123)
return map instanceof M && map.has(key) && map.get(key) === 123

@@ -27,0 +26,0 @@ })()

@@ -28,2 +28,3 @@ 'use strict';

var map = new M();
map.set(key, 123);
} catch (e) {

@@ -33,4 +34,2 @@ return false;

map.set(key, 123);
return map instanceof M && map.has(key) && map.get(key) === 123;

@@ -37,0 +36,0 @@ })();

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