New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

inlines

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inlines - npm Package Compare versions

Comparing version 0.4.0-alpha.8 to 0.4.0-alpha.9

2

dist/src/optimize.js

@@ -67,3 +67,3 @@ import ts from 'typescript';

else {
classNames.push(read(node.initializer.pos, node.initializer.end));
classNames.push(node.initializer.text);
}

@@ -70,0 +70,0 @@ clear(node.pos, node.end);

{
"name": "inlines",
"description": "When you just want to use the style prop in React",
"version": "0.4.0-alpha.8",
"version": "0.4.0-alpha.9",
"main": "dist/src/index.js",

@@ -6,0 +6,0 @@ "types": "dist/src/index.d.ts",

@@ -87,3 +87,3 @@ import ts from 'typescript'

} else {
classNames.push(read(node.initializer.pos, node.initializer.end))
classNames.push(node.initializer.text)
}

@@ -90,0 +90,0 @@

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