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

reference-map

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reference-map - npm Package Compare versions

Comparing version 1.2.1 to 1.2.3

.nyc_output/3411a241c9dc0886b587ae49e2330774.json

2

index.js

@@ -46,2 +46,3 @@ module.exports = class ReferanceMap {

delete (ref) {
delete this._map[ref][this.intRefProp]
delete this._map[ref]

@@ -54,2 +55,3 @@ }

clear () {
this.intRefProp = Symbol('int')
this._map = []

@@ -56,0 +58,0 @@ }

6

package.json
{
"name": "reference-map",
"version": "1.2.1",
"version": "1.2.3",
"description": "This is a simple determinstic map that maps POJOs to an integer",

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

"nyc": "^11.4.1",
"standard": "^10.0.3",
"tape": "^4.8.0"
"standard": "^11.0.0",
"tape": "^4.9.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