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.19 to 5.0.20

11

kp.js

@@ -14,9 +14,14 @@ /**

if(typeof exports === "object" && typeof module !== "undefined") {
// CommonJS e.g. Browserify
var obj = {};
/**
* CommonJS e.g. Browserify
* @type KP
*/
module.exports = factory(obj);
}
else if(typeof define === "function" && define.amd) {
// AMD script loader, e.g. RequireJS
/**
* AMD script loader, e.g. RequireJS
*/
define(function() {

@@ -27,4 +32,4 @@ return factory(global)

else {
// Browser using plain <script> tag
/**
* Browser using plain <script> tag
* @link kp

@@ -31,0 +36,0 @@ */

{
"name": "kp-stock",
"version": "5.0.19",
"version": "5.0.20",
"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