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

celt

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

celt - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

deps/config/celt-0.7.1/darwin/x64/config.h

9

package.json
{
"name": "celt",
"description": "NodeJS native binding to CELT",
"version": "0.1.2",
"version": "0.1.3",
"author": "Mikko Rantanen <jubjub@jubjubnest.net>",

@@ -15,6 +15,9 @@ "homepage": "https://github.com/Rantanen/node-celt",

"os": [
"linux"
"linux",
"darwin",
"freebsd"
],
"cpu": [
"x64"
"x64",
"arm"
],

@@ -21,0 +24,0 @@ "engines": {

@@ -25,2 +25,5 @@ node-celt

- Linux x64
- Linux arm
- Darwin x64 (mac osx)
- FreeBSD x64

@@ -27,0 +30,0 @@ Add new supported platforms by running ./configure in deps/celt-0.7.1 and

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