Socket
Socket
Sign inDemoInstall

private

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.6 to 0.1.7

10

package.json

@@ -19,3 +19,3 @@ {

],
"version": "0.1.6",
"version": "0.1.7",
"homepage": "http://github.com/benjamn/private",

@@ -28,8 +28,14 @@ "repository": {

"main": "private.js",
"files": [
"private.js"
],
"scripts": {
"test": "node test/run.js"
"test": "mocha --reporter spec --full-trace test/run.js"
},
"engines": {
"node": ">= 0.6"
},
"devDependencies": {
"mocha": "^3.2.0"
}
}

4

private.js

@@ -65,3 +65,3 @@ "use strict";

// for the typical use of this module.
defProp(exports, "makeUniqueKey", makeUniqueKey);
exports.makeUniqueKey = makeUniqueKey;

@@ -130,2 +130,2 @@ // Object.getOwnPropertyNames is the only way to enumerate non-enumerable

defProp(exports, "makeAccessor", makeAccessor);
exports.makeAccessor = makeAccessor;
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