Socket
Socket
Sign inDemoInstall

jsx-info

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx-info - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

dist/src/api.d.ts

6

__tests__/api.test.ts

@@ -16,5 +16,5 @@ import * as path from "path";

const analysis = await analyze({ directory });
expect(analysis.filenames).toMatchObject([
path.resolve(directory, "main.js"),
]);
expect(
analysis.filenames.map((f) => path.resolve(directory, f))
).toMatchObject([path.resolve(directory, "main.js")]);
});

@@ -21,0 +21,0 @@

@@ -0,1 +1,5 @@

# v2.1.2
- Adds missing TypeScript types
# v2.1.1

@@ -2,0 +6,0 @@

{
"name": "jsx-info",
"version": "2.1.1",
"version": "2.1.2",
"description": "displays a report of JSX component and prop usage",
"main": "dist/src/api.js",
"types": "dist/src/api.d.ts",
"bin": "dist/src/jsx-info.js",

@@ -7,0 +8,0 @@ "scripts": {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

{
"name": "jsx-info",
"version": "2.1.1",
"version": "2.1.2",
"description": "displays a report of JSX component and prop usage",
"main": "dist/src/api.js",
"types": "dist/src/api.d.ts",
"bin": "dist/src/jsx-info.js",

@@ -7,0 +8,0 @@ "scripts": {

@@ -13,3 +13,3 @@ {

// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
// "declaration": true, /* Generates corresponding '.d.ts' file. */
"declaration": true /* Generates corresponding '.d.ts' file. */,
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */

@@ -16,0 +16,0 @@ // "sourceMap": true, /* Generates corresponding '.map' file. */

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