Socket
Socket
Sign inDemoInstall

individual

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 1.0.0

4

index.js

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

var root = require("global")
var root = typeof window !== 'undefined' ?
window : typeof global !== 'undefined' ?
global : {};

@@ -3,0 +5,0 @@ module.exports = Individual

{
"name": "individual",
"version": "0.1.1",
"version": "1.0.0",
"description": "Garantueed individual values",

@@ -19,5 +19,3 @@ "keywords": [],

},
"dependencies": {
"global": "~0.1.5"
},
"dependencies": {},
"devDependencies": {

@@ -24,0 +22,0 @@ "tap": "~0.3.1"

@@ -7,6 +7,6 @@ # individual

```
```js
var Individual = require("individual")
, moduleCache = Individual("__MY_MODULE_CACHE", {})
var moduleCache = Individual("__MY_MODULE_CACHE", {})

@@ -13,0 +13,0 @@ // moduleCache is a individual variable local to this file.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc