Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@napi-rs/triples

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@napi-rs/triples - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

38

index.js
module.exports = {
'aarch64-apple-darwin': {
platform: 'darwin',
arch: 'arm64',
abi: null,
platformArchABI: 'darwin-arm64',
raw: 'aarch64-apple-darwin',
},
'aarch64-apple-ios': {

@@ -572,2 +579,22 @@ platform: 'ios',

module.exports.platformArchTriples = {
darwin: {
arm64: [
{
platform: 'darwin',
arch: 'arm64',
abi: null,
platformArchABI: 'darwin-arm64',
raw: 'aarch64-apple-darwin',
},
],
x64: [
{
platform: 'darwin',
arch: 'x64',
abi: null,
platformArchABI: 'darwin-x64',
raw: 'x86_64-apple-darwin',
},
],
},
ios: {

@@ -1232,13 +1259,2 @@ arm64: [

},
darwin: {
x64: [
{
platform: 'darwin',
arch: 'x64',
abi: null,
platformArchABI: 'darwin-x64',
raw: 'x86_64-apple-darwin',
},
],
},
unknown: {

@@ -1245,0 +1261,0 @@ x64: [

{
"name": "@napi-rs/triples",
"version": "1.0.1",
"version": "1.0.2",
"description": "Rust target triples objects",

@@ -5,0 +5,0 @@ "keywords": ["Rust", "cross-compile", "napi", "n-api", "node-rs", "napi-rs"],

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