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

bs-react-intl-extractor-bin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs-react-intl-extractor-bin - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

8

index.js

@@ -1,3 +0,1 @@

var VERSION = require("./package.json").version;
var path = require("path");

@@ -9,3 +7,5 @@

: process.platform === "linux" && process.arch === "x64"
? path.join(__dirname, "linux", "bs-react-intl-extractor")
: null;
? path.join(__dirname, "linux", "bs-react-intl-extractor")
: process.platform === "win32" && process.arch === "x64"
? path.join(__dirname, "windows", "bs-react-intl-extractor.exe")
: null;
{
"name": "bs-react-intl-extractor-bin",
"version": "0.8.0",
"version": "0.9.0",
"description": "Binaries for the bs-react-intl message extractor",

@@ -5,0 +5,0 @@ "author": "Christoph Knittel <christoph.knittel@cca.io>",

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