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

@polywrap/http-plugin-js

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polywrap/http-plugin-js - npm Package Compare versions

Comparing version

to
0.9.1

3

build/index.js

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

exports.HttpPlugin = HttpPlugin;
exports.httpPlugin = function () {
var httpPlugin = function () {
return {

@@ -100,3 +100,4 @@ factory: function () { return new HttpPlugin({}); },

};
exports.httpPlugin = httpPlugin;
exports.plugin = exports.httpPlugin;
//# sourceMappingURL=index.js.map
{
"name": "@polywrap/http-plugin-js",
"description": "Polywrap HTTP Javascript Plugin",
"version": "0.9.0",
"version": "0.9.1",
"license": "MIT",

@@ -23,10 +23,10 @@ "repository": {

"dependencies": {
"@polywrap/core-js": "0.9.0",
"@polywrap/core-js": "0.9.1",
"axios": "0.21.4"
},
"devDependencies": {
"@polywrap/client-js": "0.9.0",
"@polywrap/ens-resolver-plugin-js": "0.9.0",
"@polywrap/ipfs-plugin-js": "0.9.0",
"@polywrap/test-env-js": "0.9.0",
"@polywrap/client-js": "0.9.1",
"@polywrap/ens-resolver-plugin-js": "0.9.1",
"@polywrap/ipfs-plugin-js": "0.9.1",
"@polywrap/test-env-js": "0.9.1",
"@types/jest": "26.0.8",

@@ -39,3 +39,3 @@ "@types/prettier": "2.6.0",

"ts-node": "8.10.2",
"typescript": "4.0.7"
"typescript": "4.1.6"
},

@@ -42,0 +42,0 @@ "gitHead": "7346adaf5adb7e6bbb70d9247583e995650d390a",

Sorry, the diff of this file is not supported yet