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

@code-hike/smooth-lines

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-hike/smooth-lines - npm Package Compare versions

Comparing version 0.0.0-15 to 0.0.0-01f6c70

14

dist/index.cjs.js

@@ -5,7 +5,8 @@ 'use strict';

function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var React = require('react');
var React__default = _interopDefault(React);
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
/*! *****************************************************************************

@@ -216,3 +217,3 @@ Copyright (c) Microsoft Corporation.

var nextFocusKeys = nextFocus.map(function (index) { var _a; return (_a = nextLines[index]) === null || _a === void 0 ? void 0 : _a.key; });
return (React__default.createElement("div", { style: {
return (React__default['default'].createElement("div", { style: {
width: containerWidth,

@@ -222,5 +223,4 @@ height: containerHeight,

position: "relative",
outline: "1px solid pink",
} },
React__default.createElement("div", { style: {
React__default['default'].createElement("div", { style: {
position: "absolute",

@@ -247,3 +247,3 @@ top: 0,

Math.abs(dx) * 1;
return (React__default.createElement("div", { key: key, style: {
return (React__default['default'].createElement("div", { key: key, style: {
position: "absolute",

@@ -250,0 +250,0 @@ top: 0,

@@ -213,3 +213,2 @@ import React, { useMemo } from 'react';

position: "relative",
outline: "1px solid pink",
} },

@@ -216,0 +215,0 @@ React.createElement("div", { style: {

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react')) :
typeof define === 'function' && define.amd ? define(['exports', 'react'], factory) :
(global = global || self, factory(global.foo = {}, global.React));
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.foo = {}, global.React));
}(this, (function (exports, React) { 'use strict';
var React__default = 'default' in React ? React['default'] : React;
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
/*! *****************************************************************************

@@ -214,3 +216,3 @@ Copyright (c) Microsoft Corporation.

var nextFocusKeys = nextFocus.map(function (index) { var _a; return (_a = nextLines[index]) === null || _a === void 0 ? void 0 : _a.key; });
return (React__default.createElement("div", { style: {
return (React__default['default'].createElement("div", { style: {
width: containerWidth,

@@ -220,5 +222,4 @@ height: containerHeight,

position: "relative",
outline: "1px solid pink",
} },
React__default.createElement("div", { style: {
React__default['default'].createElement("div", { style: {
position: "absolute",

@@ -245,3 +246,3 @@ top: 0,

Math.abs(dx) * 1;
return (React__default.createElement("div", { key: key, style: {
return (React__default['default'].createElement("div", { key: key, style: {
position: "absolute",

@@ -248,0 +249,0 @@ top: 0,

{
"name": "@code-hike/smooth-lines",
"version": "0.0.0-15",
"version": "0.0.0-01f6c70",
"main": "dist/index.js",

@@ -11,8 +11,7 @@ "typings": "dist/index.d.ts",

"scripts": {
"build": "ch-build",
"watch": "ch-build --watch",
"script": "ch-script",
"publish-canary": "yarn publish --tag canary --access public"
},
"devDependencies": {
"@code-hike/build": "0.0.1",
"@code-hike/script": "0.0.1",
"@types/react": "^16.9.38",

@@ -19,0 +18,0 @@ "react": "^16.13.1"

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