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

@convoy/dapper

Package Overview
Dependencies
Maintainers
23
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@convoy/dapper - npm Package Compare versions

Comparing version 2.0.89 to 2.0.91

3

dist/src/index.d.ts

@@ -8,2 +8,3 @@ import reactTo from './reactTo';

import { StyleRule } from './types';
export { Configuration, StyleRule, compute, configure, compile, keyframes, reactTo, renderStatic };
import { addUnit } from './plugins';
export { addUnit, Configuration, StyleRule, compute, configure, compile, keyframes, reactTo, renderStatic };

@@ -14,2 +14,4 @@ "use strict";

exports.renderStatic = renderStatic_1.default;
var plugins_1 = require("./plugins");
exports.addUnit = plugins_1.addUnit;
//# sourceMappingURL=index.js.map

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

import unit from './unit';
import { StyleRule } from '../types';
export declare const addUnit: typeof unit;
export default function apply(style: StyleRule): StyleRule;

@@ -5,2 +5,3 @@ "use strict";

var unit_1 = require("./unit");
exports.addUnit = unit_1.default;
function apply(style) {

@@ -7,0 +8,0 @@ style = unit_1.default(style);

{
"name": "@convoy/dapper",
"version": "2.0.89",
"version": "2.0.91",
"description": "Styling library",

@@ -5,0 +5,0 @@ "license": "Apache-2.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