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

@rnx-kit/tools-react-native

Package Overview
Dependencies
Maintainers
7
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rnx-kit/tools-react-native - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

15

CHANGELOG.json

@@ -5,2 +5,17 @@ {

{
"date": "Fri, 29 Oct 2021 09:04:42 GMT",
"tag": "@rnx-kit/tools-react-native_v1.0.2",
"version": "1.0.2",
"comments": {
"none": [
{
"author": "4123478+tido64@users.noreply.github.com",
"package": "@rnx-kit/tools-react-native",
"commit": "5361bf5151fb8f8ad2aaa35989a7c80be1c59aa3",
"comment": "Prefer named exports"
}
]
}
},
{
"date": "Wed, 08 Sep 2021 06:42:50 GMT",

@@ -7,0 +22,0 @@ "tag": "@rnx-kit/tools-react-native_v1.0.1",

3

lib/index.d.ts

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

export * from "./platform";
export { parsePlatform } from "./platform";
export type { AllPlatforms } from "./platform";
//# sourceMappingURL=index.d.ts.map
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./platform"), exports);
exports.parsePlatform = void 0;
var platform_1 = require("./platform");
Object.defineProperty(exports, "parsePlatform", { enumerable: true, get: function () { return platform_1.parsePlatform; } });
//# sourceMappingURL=index.js.map
{
"name": "@rnx-kit/tools-react-native",
"version": "1.0.2",
"version": "1.0.3",
"description": "A collection of supplemental react-native functions and types",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-react-native#readme",

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