New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jpex

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jpex - npm Package Compare versions

Comparing version 3.0.2 to 3.1.0

3

CHANGELOG.md
Change Log
==========
## 3.1.0
- global types like `Window` and `Document` and now be used to register dependencies
## 3.0.1

@@ -4,0 +7,0 @@ - encase now caches the wrapped function for better performance

2

package.json
{
"name": "jpex",
"version": "3.0.2",
"version": "3.1.0",
"description": "Javascript Prototype Extension",

@@ -5,0 +5,0 @@ "main": "dist/cjs/jpex.js",

@@ -63,2 +63,3 @@ const { types: t } = require('@babel/core');

}
return `type:global:${name}`;
}

@@ -65,0 +66,0 @@ if (t.isTSTypeLiteral(typeNode) || t.isTSFunctionType(typeNode)) {

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