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

@metabridge/plugin-typescript

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metabridge/plugin-typescript - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

lib/__scaffolds__/makeScaffoldedBridge.d.ts

@@ -6,2 +6,4 @@ export interface MetaBridgeDriver {

driver: MetaBridgeDriver;
}): {};
}): {
driver: MetaBridgeDriver;
};

@@ -6,5 +6,6 @@ "use strict";

return {
/* operations */
driver,
/* operations */
};
}
exports.makeScaffoldedBridge = makeScaffoldedBridge;

@@ -49,3 +49,3 @@ "use strict";

return driver.onCalled("${type}", req)
}
},
`;

@@ -52,0 +52,0 @@ }, {});

{
"name": "@metabridge/plugin-typescript",
"version": "0.1.2",
"version": "0.1.3",
"main": "lib/index.js",

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

@@ -7,4 +7,5 @@ export interface MetaBridgeDriver {

return {
driver,
/* operations */
};
}

@@ -61,3 +61,3 @@ import { camelCase } from "camel-case";

return driver.onCalled("${type}", req)
}
},
`;

@@ -64,0 +64,0 @@ },

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