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
2
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.8.0 to 0.9.0

.prettierignore

2

.eslintrc.json
{
"extends": "aqua/prettier/node"
"extends": ["neon/common", "neon/node", "neon/prettier"]
}

@@ -0,4 +1,5 @@

const { resolve } = require('node:path');
const { find } = require('@discordjs/node-pre-gyp');
const { resolve } = require('path');
// eslint-disable-next-line import/no-dynamic-require
module.exports = require(find(resolve(__dirname, '..', 'package.json')));
{
"name": "@discordjs/opus",
"version": "0.8.0",
"version": "0.9.0",
"description": "Opus bindings for Node",

@@ -12,4 +12,4 @@ "main": "lib/index.js",

"build": "node-pre-gyp install build package",
"lint": "eslint lib",
"lint:fix": "eslint lib --fix"
"lint": "prettier --check . && eslint lib --format=pretty",
"lint:fix": "prettier --write . && eslint lib --fix --format=pretty"
},

@@ -30,14 +30,14 @@ "keywords": [

"dependencies": {
"@discordjs/node-pre-gyp": "^0.4.4",
"@discordjs/node-pre-gyp": "^0.4.5",
"node-addon-api": "^5.0.0"
},
"devDependencies": {
"@types/node": "^18.0.1",
"eslint": "^8.19.0",
"eslint-config-aqua": "^9.2.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"node-gyp": "^9.0.0",
"prism-media": "^1.3.2",
"typescript": "^4.7.4"
"@types/node": "^18.11.2",
"eslint": "^8.25.0",
"eslint-config-neon": "^0.1.39",
"eslint-formatter-pretty": "^4.1.0",
"node-gyp": "^9.3.0",
"prettier": "^2.7.1",
"prism-media": "^1.3.4",
"typescript": "^4.8.4"
},

@@ -44,0 +44,0 @@ "engines": {

# @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)
> Native bindings to libopus v1.3

@@ -19,2 +20,3 @@

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

@@ -21,0 +23,0 @@

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