Socket
Socket
Sign inDemoInstall

@orion-js/echoes

Package Overview
Dependencies
Maintainers
2
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orion-js/echoes - npm Package Compare versions

Comparing version 3.0.0-alpha.9 to 3.0.0-alpha.11

14

package.json
{
"name": "@orion-js/echoes",
"version": "3.0.0-alpha.9",
"version": "3.0.0-alpha.11",
"main": "lib/index.js",

@@ -14,7 +14,10 @@ "types": "lib/index.d.ts",

"prepare": "yarn run build",
"build": "tsc",
"watch": "tsc -w"
"clean": "rm -rf ./lib",
"build": "yarn run clean && tsc",
"watch": "yarn run clean && tsc -w"
},
"dependencies": {
"@orion-js/helpers": "^3.0.0-alpha.9",
"@orion-js/helpers": "^3.0.0-alpha.11",
"@orion-js/resolvers": "^3.0.0-alpha.11",
"@orion-js/schema": "^3.0.0-alpha.11",
"axios": "^0.23.0",

@@ -31,2 +34,3 @@ "jssha": "^3.2.0",

"@babel/runtime": "^7.5.5",
"@shelf/jest-mongodb": "^2.1.0",
"typescript": "^4.4.4"

@@ -37,3 +41,3 @@ },

},
"gitHead": "33761827112df20d8b86097448d9a1e23f020e3b"
"gitHead": "7f7fb73a75f6f233c7a868ae0dda870fb70fe7c3"
}
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