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

webpack-isomorphic-tools

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-isomorphic-tools - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

2

babel-transpiled-modules/index.js

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

if (_helpers.starts_with(content, '\'use strict\'') || _helpers.starts_with(content, '"use strict"')) {
preamble = '"use strict";';
preamble = '"use strict";' + preamble;
}

@@ -409,0 +409,0 @@ }

{
"name": "webpack-isomorphic-tools",
"version": "2.3.1",
"version": "2.3.2",
"description": "Transforms CSS-alike text into a React style JSON object",

@@ -5,0 +5,0 @@ "main": "babel-transpiled-modules/index.js",

@@ -426,3 +426,3 @@ import path from 'path'

{
preamble = `"use strict";`
preamble = `"use strict";` + preamble
}

@@ -429,0 +429,0 @@ }

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