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

nyks

Package Overview
Dependencies
Maintainers
1
Versions
250
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.1.8 to 0.1.9

2

package.json
{
"name": "nyks",
"version": "0.1.8",
"version": "0.1.9",
"description": "nodejs exupery style",

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

@@ -0,1 +1,16 @@

Function.prototype.static = function(){
this.$static = true;
return this;
}
var legacy = Class.prototype.implement;
Class.implement('implement', function(k,v){
if(v && v.$static) this[k] = v;
else legacy.apply(this, [k, v]);
}.overloadSetter());
Buffer.implement({

@@ -2,0 +17,0 @@ indexOf:function(chr) {

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