Socket
Socket
Sign inDemoInstall

@instructure/emotion

Package Overview
Dependencies
Maintainers
26
Versions
851
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/emotion - npm Package Compare versions

Comparing version 8.1.1-snapshot.11 to 8.1.1-snapshot.22

tsconfig.build.json

23

package.json
{
"name": "@instructure/emotion",
"version": "8.1.1-snapshot.11+9c60b2d95",
"version": "8.1.1-snapshot.22+246e59770",
"description": "A UI component library made by Instructure Inc.",

@@ -21,4 +21,5 @@ "author": "Instructure, Inc. Engineering and Product Design",

"build": "ui-build --modules es,cjs",
"build:watch": "ui-build --watch",
"build:types": "ui-scripts --types"
"build:watch": "yarn ts:check --watch & ui-build --watch",
"build:types": "tsc -p tsconfig.build.json",
"ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
},

@@ -29,7 +30,7 @@ "license": "MIT",

"@emotion/core": "^10.0.35",
"@instructure/console": "8.1.1-snapshot.11+9c60b2d95",
"@instructure/ui-decorator": "8.1.1-snapshot.11+9c60b2d95",
"@instructure/ui-i18n": "8.1.1-snapshot.11+9c60b2d95",
"@instructure/ui-themes": "8.1.1-snapshot.11+9c60b2d95",
"@instructure/ui-utils": "8.1.1-snapshot.11+9c60b2d95",
"@instructure/console": "8.1.1-snapshot.22+246e59770",
"@instructure/ui-decorator": "8.1.1-snapshot.22+246e59770",
"@instructure/ui-i18n": "8.1.1-snapshot.22+246e59770",
"@instructure/ui-themes": "8.1.1-snapshot.22+246e59770",
"@instructure/ui-utils": "8.1.1-snapshot.22+246e59770",
"emotion-theming": "^10.0.27",

@@ -41,4 +42,4 @@ "hoist-non-react-statics": "^3.3.2",

"devDependencies": {
"@instructure/ui-babel-preset": "8.1.1-snapshot.11+9c60b2d95",
"@instructure/ui-test-utils": "8.1.1-snapshot.11+9c60b2d95"
"@instructure/ui-babel-preset": "8.1.1-snapshot.22+246e59770",
"@instructure/ui-test-utils": "8.1.1-snapshot.22+246e59770"
},

@@ -52,3 +53,3 @@ "peerDependencies": {

"sideEffects": false,
"gitHead": "9c60b2d9561a1d989f5206ae6eec84df3fa4d480"
"gitHead": "246e59770b4ca446171cb9fe3f251fe0830c5f22"
}

@@ -1,9 +0,5 @@

import * as React from 'react';
declare const EmotionThemeProvider: React.FC;
export default EmotionThemeProvider;
export { EmotionThemeProvider } from "./EmotionThemeProvider";
export { withStyle } from "./withStyle";
export { jsx, css, keyframes, Global } from "@emotion/core";
export { ThemeablePropValues, ThemeablePropTypes, makeThemeVars, getShorthandPropValue, mirrorShorthandCorners, mirrorShorthandEdges } from "./styleUtils";
//# sourceMappingURL=index.d.ts.map
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