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.5 to 0.4.0-alpha.6

dist/src/core/astish.d.ts

5

dist/src/index.d.ts

@@ -1,2 +0,3 @@

import { css, keyframes, extractCss, setup } from 'goober';
import { css, keyframes } from './css.js';
import { extractCss } from './core/update.js';
import { optimize } from './optimize.js';

@@ -6,2 +7,2 @@ import type { Props, Style, As, StyledComponent, StyledHtmlComponent, StyledFn } from './types.js';

export type { Props, Style, As, StyledComponent, StyledFn, StyledHtmlComponent };
export { styled, css, keyframes, extractCss, setup, optimize };
export { styled, css, keyframes, extractCss, optimize };
import { createElement, forwardRef } from 'react';
import { css, keyframes, extractCss, setup } from 'goober';
import { css, keyframes } from './css.js';
import { extractCss } from './core/update.js';
import { transform } from './transform.js';

@@ -28,3 +29,3 @@ import { optimize } from './optimize.js';

});
export { styled, css, keyframes, extractCss, setup, optimize };
export { styled, css, keyframes, extractCss, optimize };
//# sourceMappingURL=index.js.map

2

dist/src/transform.js

@@ -1,2 +0,2 @@

import { css, keyframes } from 'goober';
import { css, keyframes } from './css.js';
const addImportant = (nested, style) => {

@@ -3,0 +3,0 @@ for (const key in nested) {

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

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

import { createElement, forwardRef } from 'react'
import { css, keyframes, extractCss, setup } from 'goober'
import { css, keyframes } from './css.js'
import { extractCss } from './core/update.js'
import { transform } from './transform.js'

@@ -58,2 +59,2 @@ import { optimize } from './optimize.js'

export type { Props, Style, As, StyledComponent, StyledFn, StyledHtmlComponent }
export { styled, css, keyframes, extractCss, setup, optimize }
export { styled, css, keyframes, extractCss, optimize }

@@ -1,2 +0,2 @@

import { css, keyframes } from 'goober'
import { css, keyframes } from './css.js'
import type { Props, Style } from './types.js'

@@ -3,0 +3,0 @@

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