Socket
Socket
Sign inDemoInstall

weak-ref-collections

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weak-ref-collections - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

.github/workflows/npm-publish.yml

6

package.json
{
"name": "weak-ref-collections",
"version": "1.2.1",
"version": "1.2.2",
"description": "Iterable WeakMaps and WeakSets. Provides WeakRefMap and WeakRefSet which store values using WeakRefs and clean themselves up when garbage collected.",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "mocha",
"lint": "standard --fix",
"prepack": "npm run lint && npm test"
},

@@ -9,0 +11,0 @@ "author": "Li Hongyi",

@@ -1,2 +0,2 @@

/* global describe, it */
/* eslint-env mocha */
const assert = require('assert')

@@ -3,0 +3,0 @@ const { WeakRefMap, WeakRefSet } = require('./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