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

@discordjs/opus

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@discordjs/opus - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

deps/config/opus/android/arm64/config.h

7

lib/index.js
const { find } = require('@discordjs/node-pre-gyp');
const { resolve, join } = require('path');
const { resolve } = require('path');
const bindingPath = find(resolve(join(__dirname, '..', 'package.json')));
const binding = require(bindingPath);
module.exports = binding;
module.exports = require(find(resolve(__dirname, '..', 'package.json')));
{
"name": "@discordjs/opus",
"version": "0.4.0",
"version": "0.5.0",
"description": "Opus bindings for Node",

@@ -29,11 +29,11 @@ "main": "lib/index.js",

"dependencies": {
"@discordjs/node-pre-gyp": "^0.2.0",
"@discordjs/node-pre-gyp": "^0.3.2",
"node-addon-api": "^3.1.0"
},
"devDependencies": {
"eslint": "^7.18.0",
"eslint-config-aqua": "^8.0.0",
"eslint": "^7.22.0",
"eslint-config-aqua": "^8.1.2",
"node-gyp": "^7.1.2",
"prism-media": "^1.2.3",
"typescript": "^4.1.3"
"prism-media": "^1.2.8",
"typescript": "^4.2.3"
},

@@ -43,2 +43,5 @@ "eslintConfig": {

},
"engines": {
"node": ">=12.0.0"
},
"binary": {

@@ -45,0 +48,0 @@ "module_name": "opus",

@@ -19,2 +19,3 @@ # @discordjs/opus [![Build](https://github.com/discordjs/opus/workflows/Build/badge.svg)](https://github.com/discordjs/opus/actions?query=workflow%3ABuild) [![Prebuild](https://github.com/discordjs/opus/workflows/Prebuild/badge.svg)](https://github.com/discordjs/opus/actions?query=workflow%3APrebuild)

## Platform support
⚠ Node.js 12.0.0 or newer is required.

@@ -21,0 +22,0 @@ - Linux x64 & ia32

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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