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

@htmlguyllc/jpack

Package Overview
Dependencies
Maintainers
1
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@htmlguyllc/jpack - npm Package Compare versions

Comparing version 4.1.10 to 4.1.11

5

es/events/index.js

@@ -24,2 +24,3 @@ import {dom} from "../dom";

setGlobal: function(namespace){
var self = this;

@@ -29,5 +30,5 @@ namespace = typeof namespace === 'string' ? namespace+'.' : null;

//for each function within events
for (var property in this) {
for (var property in self) {
//set everything that's a real method in events, except this one
if (this.hasOwnProperty(property) && property !== 'setGlobal') {
if (self.hasOwnProperty(property) && property !== 'setGlobal') {
//set them on window so they're available globally

@@ -34,0 +35,0 @@ //example: events.onClick becomes onClick

2

package.json
{
"name": "@htmlguyllc/jpack",
"version": "4.1.10",
"version": "4.1.11",
"description": "Core Javascript Library of Everyday Objects, Events, and Utilities",

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

Sorry, the diff of this file is too big to display

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