Socket
Socket
Sign inDemoInstall

@react-native-community/cli-tools

Package Overview
Dependencies
Maintainers
30
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/cli-tools - npm Package Compare versions

Comparing version 11.2.0 to 11.2.1

2

build/errors.d.ts

@@ -13,3 +13,3 @@ /**

}
export declare const inlineString: (str: string) => string;
export declare const inlineString: (str?: string) => string;
//# sourceMappingURL=errors.d.ts.map

@@ -31,5 +31,5 @@ "use strict";

exports.UnknownProjectError = UnknownProjectError;
const inlineString = str => str.replace(/(\s{2,})/gm, ' ').trim();
const inlineString = (str = '') => str.replace(/(\s{2,})/gm, ' ').trim();
exports.inlineString = inlineString;
//# sourceMappingURL=errors.ts.map
{
"name": "@react-native-community/cli-tools",
"version": "11.2.0",
"version": "11.2.1",
"license": "MIT",

@@ -21,3 +21,3 @@ "main": "build/index.js",

"devDependencies": {
"@react-native-community/cli-types": "11.2.0",
"@react-native-community/cli-types": "11.2.1",
"@types/lodash": "^4.14.149",

@@ -40,3 +40,3 @@ "@types/mime": "^2.0.1",

},
"gitHead": "3215a49d6d24d3fe3a6732eec22d615e28cdc22d"
"gitHead": "9446d282065aadb37e78342ce1f73044ca14f45d"
}

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