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

@teamawesome/access

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teamawesome/access - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

5

dist/access.js

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

var _types = _interopRequireDefault(require("./types"));
var _default = {
var _default = exports.default = {
/**

@@ -116,3 +116,2 @@ * Get a value by key

}
};
exports.default = _default;
};

3

dist/handlers/object.js

@@ -44,3 +44,2 @@ "use strict";

_access.default.register(undefined, proxy);
var _default = proxy;
exports.default = _default;
var _default = exports.default = proxy;

@@ -7,3 +7,2 @@ "use strict";

exports.default = void 0;
var _default = new Map();
exports.default = _default;
var _default = exports.default = new Map();
{
"name": "@teamawesome/access",
"version": "1.0.17",
"version": "1.0.18",
"description": "Provide a unified interface for objects.",

@@ -38,7 +38,7 @@ "keywords": [

"eslint-plugin-import": "^2.25.2",
"jsdom": "^20.0.1",
"jsdom": "^22.1.0",
"mocha": "^10.0.0",
"should": "^13.2.3",
"should-sinon": "0.0.6",
"sinon": "^14.0.1"
"sinon": "^16.1.0"
},

@@ -45,0 +45,0 @@ "dependencies": {

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