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

weinre

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

weinre - npm Package Compare versions

Comparing version 2.0.0-pre-I0Z7U9OV to 3.0.0

105

package.json
{
"name": "weinre",
"description": "WEb INspector REmote",
"author": "apache.org",
"version": "2.0.0-pre-I0Z7U9OV",
"tags": [ "debug"],
"licenses":
[
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"engines":
"_from": "weinre",
"_id": "weinre@2.0.0-pre-I0Z7U9OV",
"_inBundle": false,
"_integrity": "sha1-/viqIjkh97QLu71MPtQwL2/QqBM=",
"_location": "/weinre",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "weinre",
"name": "weinre",
"escapedName": "weinre",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/weinre/-/weinre-2.0.0-pre-I0Z7U9OV.tgz",
"_shasum": "fef8aa223921f7b40bbbbd4c3ed4302f6fd0a813",
"_spec": "weinre",
"_where": "/Users/pmuellr/tmp/tmp",
"author": {
"name": "apache.org"
},
"bin": {
"weinre": "weinre"
},
"bugs": {
"url": "https://issues.apache.org/jira/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project%3DCB+and+component%3Dweinre&runQuery=true&clear=true"
},
"bundleDependencies": false,
"dependencies": {
"express": "2.5.x",
"nopt": "3.0.x",
"underscore": "1.7.x"
},
"deprecated": false,
"description": "WEb INspector REmote",
"devDependencies": {
"coffee-script": "1.8.x"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.6.0"
},
"homepage": "http://people.apache.org/~pmuellr/weinre/",
"licenses": [
{
"node": ">=0.6.0"
},
"directories":
{
"lib" : "./lib"
},
"dependencies":
{
"express": "2.5.x",
"nopt": "3.0.x",
"underscore": "1.7.x"
},
"devDependencies":
{
"coffee-script": "1.8.x"
},
"main" : "./lib/weinre",
"bin":
{
"weinre": "./weinre"
},
"homepage": "http://people.apache.org/~pmuellr/weinre/",
"bugs": "https://issues.apache.org/jira/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project%3DCB+and+component%3Dweinre&runQuery=true&clear=true",
"repository":
{
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/cordova-weinre.git"
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"main": "./lib/weinre",
"name": "weinre",
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/cordova-weinre.git"
},
"tags": [
"debug"
],
"version": "3.0.0"
}

@@ -20,2 +20,18 @@ <!--

deprecation notice
------------------
This project is being deprecated. No more work will be done on this project by the Cordova development community. You can continue to use this project and it should work as-is, but issues will not be fixed by the Cordova community.
weinre was built in an age when there were no remote debuggers available for mobile devices. Since then, some platforms are starting to provide remote debugger capabilities, as part of their platform tool set.
1. Android: [Get Started with Remote Debugging Android Devices](https://developers.google.com/web/tools/chrome-devtools/remote-debugging/)
1. iOS: [Safari Developer Tools overview](https://support.apple.com/guide/safari-developer/safari-developer-tools-overview-dev073038698/mac)
1. Windows: [Debug Store apps in Visual Studio](https://msdn.microsoft.com/library/hh441472.aspx)
**IMPORTANT NOTE**, some of weinre dependencies have security issues. Use on your own risk.
summary
-------
weinre is WEb INspector REmote.

@@ -22,0 +38,0 @@ Pronounced like the word "winery".

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