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

kp-stock

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kp-stock - npm Package Compare versions

Comparing version 5.0.16 to 5.0.17

16

kp.js

@@ -196,2 +196,18 @@ /**

}
for(var i in parent.static) {
if(!mths.static.hasOwnProperty(i)) {
var prop = Object.getOwnPropertyDescriptor(parent.static, i);
if(prop.set && prop.get) {
mths.static[i] = {
"set": prop.set,
"get": prop.get
};
}
else {
mths.static[i] = prop.value
}
}
}
}

@@ -198,0 +214,0 @@

2

package.json
{
"name": "kp-stock",
"version": "5.0.16",
"version": "5.0.17",
"author": "Kris Papercut <kearis666@gmail.com>",

@@ -5,0 +5,0 @@ "license": "ISC",

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