Socket
Socket
Sign inDemoInstall

@ofjansen/pcre2-wasm

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

3

dist/libpcre2.js

@@ -12,2 +12,5 @@

!function() {
Module.locateFile = function(file) {
return `./${file}`;
};
Module.loaded = new Promise(resolve => {

@@ -14,0 +17,0 @@ Module.onRuntimeInitialized = resolve;

2

package.json
{
"name": "@ofjansen/pcre2-wasm",
"version": "1.3.1",
"version": "1.3.2",
"description": "PCRE2 (Perl Compatible Regular Expressions 2) compiled to WebAssembly for use in the browser",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc