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

@sitecore-jss/sitecore-jss

Package Overview
Dependencies
Maintainers
9
Versions
1440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sitecore-jss/sitecore-jss - npm Package Compare versions

Comparing version 22.5.0-canary.3 to 22.5.0-canary.4

3

dist/cjs/native-fetcher.js

@@ -176,2 +176,5 @@ "use strict";

}
if (response.body instanceof ReadableStream) {
return response.body;
}
return yield response.text();

@@ -178,0 +181,0 @@ }

@@ -170,2 +170,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
if (response.body instanceof ReadableStream) {
return response.body;
}
return yield response.text();

@@ -172,0 +175,0 @@ }

4

package.json
{
"name": "@sitecore-jss/sitecore-jss",
"version": "22.5.0-canary.3",
"version": "22.5.0-canary.4",
"main": "dist/cjs/index.js",

@@ -68,3 +68,3 @@ "module": "dist/esm/index.js",

"types": "types/index.d.ts",
"gitHead": "d79703ceb44c9dc04087c869020628a4f63c78ed",
"gitHead": "9b0b19aaeb6c756fee9c1a603cb875120d285d3a",
"files": [

@@ -71,0 +71,0 @@ "dist",

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