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.20 to 5.0.21

33

kp.js

@@ -5,4 +5,4 @@ /**

* @author Kris Papercut
* @version 5.0.17
* @date 27.09.18
* @version 5.0.21
* @date 28.09.18
*

@@ -13,2 +13,3 @@ */

(function(global, factory) {

@@ -55,4 +56,5 @@ if(typeof exports === "object" && typeof module !== "undefined") {

* @param mths object
* @generator
*
* @return kpclass
* @return {Object}
*/

@@ -489,7 +491,14 @@ this.make = function(name, mths) {

/**
* @memberOf KP.Stock
* @memberOf KP.Stock
* @class Stock
*/
var Stock = kp.make("Stock", {
/**
* @ignore
*/
"static": {
/**
* @memberOf KP.Stock
* @static
*/
"lowerCaseFirst": function (string) {

@@ -502,2 +511,6 @@ if(string == null) {

},
/**
* @memberOf KP.Stock
* @static
*/
"upperCaseFirst": function(string) {

@@ -510,2 +523,6 @@ if(string == null) {

},
/**
* @memberOf KP.Stock
* @static
*/
"hyphenToUpperCamelCase": function (string) {

@@ -520,2 +537,6 @@ if(string == null) {

},
/**
* @memberOf KP.Stock
* @static
*/
"hyphenToCamelCase": function(string) {

@@ -530,2 +551,6 @@ if(string == null) {

},
/**
* @memberOf KP.Stock
* @static
*/
"camelCaseToHyphen": function(string) {

@@ -532,0 +557,0 @@ if(string == null) {

2

package.json
{
"name": "kp-stock",
"version": "5.0.20",
"version": "5.0.21",
"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