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

@blockaid/ppom-mock

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockaid/ppom-mock - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/pkg/ppom_bg.d.ts

2

dist/index.d.ts
import { PPOM } from "./pkg/ppom";
export { PPOM };
declare const _default: () => Promise<any>;
declare const _default: (input?: any) => Promise<any>;
export default _default;

@@ -39,7 +39,7 @@ "use strict";

let initOutput = undefined;
exports.default = () => __awaiter(void 0, void 0, void 0, function* () {
exports.default = (input) => __awaiter(void 0, void 0, void 0, function* () {
if (!initOutput) {
initOutput = yield (0, ppom_1.default)("./ppom_bg.wasm");
initOutput = yield (0, ppom_1.default)(input ? input : "./ppom_bg.wasm");
}
return initOutput;
});
{
"name": "@blockaid/ppom-mock",
"version": "1.0.0",
"version": "1.0.1",
"files": [

@@ -5,0 +5,0 @@ "dist/**/*.js",

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