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

data-set

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

data-set - npm Package Compare versions

Comparing version 0.1.3 to 0.2.1

5

index.js
var Weakmap = require("weakmap")
var Individual = require("individual")
, datasetMap = Weakmap()
var datasetMap = Individual("__DATA_SET_WEAKMAP", Weakmap())

@@ -20,3 +21,3 @@ module.exports = DataSet

var attributes = elem.attributes
, hash = {}
var hash = {}

@@ -23,0 +24,0 @@ if (attributes === null || attributes === undefined) {

{
"name": "data-set",
"version": "0.1.3",
"version": "0.2.1",
"description": "Element#dataset abstraction",

@@ -20,3 +20,4 @@ "keywords": [],

"dependencies": {
"weakmap": "0.0.6"
"weakmap": "0.0.6",
"individual": "~0.1.1"
},

@@ -23,0 +24,0 @@ "devDependencies": {

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