Socket
Socket
Sign inDemoInstall

dotaccess

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotaccess - npm Package Compare versions

Comparing version 1.0.2 to 1.0.4

.travis.yml

12

package.json
{
"name": "dotaccess",
"description": "A library to access objects using dot notation strings.",
"version": "1.0.2",
"homepage": "https://github.com/nshah/nodejs-dotaccess",
"version": "1.0.4",
"homepage": "https://github.com/daaku/nodejs-dotaccess",
"author": "Naitik Shah <n@daaku.org>",

@@ -10,9 +10,9 @@ "main": "lib/dotaccess",

"type": "git",
"url": "https://github.com/nshah/nodejs-dotaccess"
"url": "https://github.com/daaku/nodejs-dotaccess"
},
"scripts": { "test": "./node_modules/.bin/expresso -c" },
"scripts": { "test": "NODE_PATH=./lib mocha --ui exports" },
"devDependencies": {
"expresso": ">= 0.8.1"
"mocha": "0.12.x"
},
"engines": { "node": ">= 0.4.1" }
"engines": { "node": "0.6.x" }
}

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

dotaccess
dotaccess [![Build Status](https://secure.travis-ci.org/daaku/nodejs-dotaccess.png)](http://travis-ci.org/daaku/nodejs-dotaccess)
=========

@@ -29,4 +29,7 @@

// overwrite existing values
dotaccess.set(obj, 'deep.funky names', 99, true)
// can also set stuff
dotaccess.set(obj, 'deep.funky names', 99)
dotaccess.set(obj, 'deep.an even funkier_name', 'green')
```
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