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

import-jsx

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

import-jsx - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

cache.js

@@ -23,3 +23,3 @@ 'use strict';

const filename = (source, options, version) => {
const hash = crypto.createHash('md4');
const hash = crypto.createHash('md5');
const contents = JSON.stringify({source, options, version});

@@ -26,0 +26,0 @@ hash.update(contents);

{
"name": "import-jsx",
"version": "4.0.0",
"version": "4.0.1",
"description": "Require and transpile JSX on the fly",

@@ -35,3 +35,3 @@ "license": "MIT",

"@babel/plugin-transform-react-jsx": "^7.3.0",
"caller-path": "^2.0.0",
"caller-path": "^3.0.1",
"find-cache-dir": "^3.2.0",

@@ -38,0 +38,0 @@ "make-dir": "^3.0.2",

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