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

raptor-detect

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raptor-detect - npm Package Compare versions

Comparing version 0.1.0-SNAPSHOT to 0.2.0-beta

lib/raptor-detect.js

8

package.json
{
"name": "raptor-detect",
"version": "0.1.0-SNAPSHOT",
"version": "0.2.0-beta",
"description": "Module to detecting environment information",

@@ -12,4 +12,4 @@ "repository": {

},
"author": "Patrick Steele-Idem <psteeleidem@ebay.com>",
"maintainers": "Patrick Steele-Idem <psteeleidem@ebay.com>",
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
"dependencies": {

@@ -23,3 +23,3 @@ },

"bin": {},
"main": "lib/index.js",
"main": "lib/raptor-detect.js",
"publishConfig": {

@@ -26,0 +26,0 @@ "registry": "https://registry.npmjs.org/"

{
"main": "lib/index"
"main": "lib/raptor-detect-runtime"
}

@@ -7,3 +7,3 @@ 'use strict';

require('../lib/index'); // Load this module just to make sure it works
require('../'); // Load this module just to make sure it works

@@ -10,0 +10,0 @@ describe('raptor-env/detect' , function() {

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