New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nyks

Package Overview
Dependencies
Maintainers
1
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nyks - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

.npmignore

2

package.json
{
"name": "nyks",
"version": "0.7.1",
"version": "0.7.2",
"description": "nodejs exupery style",

@@ -5,0 +5,0 @@ "keywords": [

@@ -60,4 +60,5 @@ nyks provide a set of "missing" stuffs in nodejs basic api.

Column mode of obj (see http://php.net/manual/fr/function.array-column.php)
* Object.set(obj, k, v)
Set an object property value (mostly for callback/map usage)
## Buffer

@@ -64,0 +65,0 @@ * Buffer.prototype.indexOf(byte)

@@ -24,2 +24,8 @@ Object.combine = function(list, values) {

return o;
}
Object.set = function(that, k, v){
that[k] = v;
return that;
}
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