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

getobject

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getobject - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

4

lib/getobject.js

@@ -44,2 +44,6 @@ /*

parts = getParts(parts);
if (parts.includes('__proto__')) {
// do not allow setting of __proto__. See CVE-2020-28282.
return;
}

@@ -46,0 +50,0 @@ var prop = parts.pop();

9

package.json
{
"name": "getobject",
"description": "get.and.set.deep.objects.easily = true",
"version": "0.1.0",
"version": "1.0.0",
"homepage": "https://github.com/cowboy/node-getobject",

@@ -25,3 +25,3 @@ "author": {

"engines": {
"node": ">= 0.8.0"
"node": ">=10"
},

@@ -33,3 +33,3 @@ "scripts": {

"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-nodeunit": "~2.1.0",
"grunt-contrib-watch": "~0.2.0",

@@ -45,3 +45,6 @@ "grunt": "~0.4.1"

"dot"
],
"files": [
"lib"
]
}

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

# getobject [![Build Status](https://secure.travis-ci.org/cowboy/node-getobject.png?branch=master)](http://travis-ci.org/cowboy/node-getobject)
# getobject [![Build Status](https://github.com/cowboy/node-getobject/workflows/Tests/badge.svg)](https://github.com/cowboy/node-getobject/actions?workflow=Tests)

@@ -16,6 +16,8 @@ get.and.set.deep.objects.easily = true;

## Release History
_(Nothing yet)_
* 11/03/2021 - 1.0.0 Release. Fixes CVE-2020-28282.
* 21/11/2013 - 0.1.0 Release.
## License
Copyright (c) 2013 "Cowboy" Ben Alman
Licensed under the MIT license.
Licensed under the MIT license.
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