Socket
Socket
Sign inDemoInstall

umap

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

umap - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

LICENSE

2

es.js

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

var getOrSet=function(t){"use strict";return t.default=t=>({get:t.get.bind(t),set:(e,r)=>(t.set(e,r),r)}),t}({}).default;
var umap=function(t){"use strict";return t.default=t=>({get:t.get.bind(t),set:(e,u)=>(t.set(e,u),u)}),t}({}).default;

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

var getOrSet = (function (exports) {
var umap = (function (exports) {
'use strict';

@@ -3,0 +3,0 @@

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

var getOrSet=function(t){"use strict";return t.default=function(n){return{get:n.get.bind(n),set:function(t,e){return n.set(t,e),e}}},t}({}).default;
var umap=function(t){"use strict";return t.default=function(e){return{get:e.get.bind(e),set:function(t,n){return e.set(t,n),n}}},t}({}).default;
{
"name": "umap",
"version": "0.0.0",
"description": "",
"version": "0.0.1",
"description": "The smallest, yet common, Map and WeakMap utility ever",
"main": "./cjs/index.js",

@@ -16,4 +16,10 @@ "scripts": {

},
"keywords": [],
"author": "",
"keywords": [
"map",
"weakmap",
"get",
"set",
"shortcut"
],
"author": "Andrea Giammarchi",
"license": "ISC",

@@ -39,2 +45,2 @@ "devDependencies": {

"unpkg": "min.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