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

@sankhyalabs/core

Package Overview
Dependencies
Maintainers
1
Versions
758
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sankhyalabs/core - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

dist/http/HttpProvider.js

@@ -59,3 +59,3 @@ import { RequestMetadata, Method } from "./RequestMetadata";

};
request.open(requestMetadata.getMethod.toString(), requestMetadata.getURL(), true);
request.open(requestMetadata.getMethod().toString(), requestMetadata.getURL(), true);
if (data != null) {

@@ -62,0 +62,0 @@ request.send(JSON.stringify(data));

{
"name": "@sankhyalabs/core",
"version": "1.0.7",
"version": "1.0.8",
"description": "Modulo core JavaScript da Sankhya.",

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

@@ -79,3 +79,3 @@ import { RequestMetadata, Method } from "./RequestMetadata";

request.open(requestMetadata.getMethod.toString(), requestMetadata.getURL(), true);
request.open(requestMetadata.getMethod().toString(), requestMetadata.getURL(), true);

@@ -82,0 +82,0 @@ if(data != null){

Sorry, the diff of this file is not supported yet

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