Socket
Socket
Sign inDemoInstall

@leafygreen-ui/lib

Package Overview
Dependencies
Maintainers
3
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/lib - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

dist/emotion.d.ts

8

package.json
{
"name": "@leafygreen-ui/lib",
"version": "2.1.4",
"version": "2.1.5",
"description": "leafyGreen UI Kit Internal Library",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "../../node_modules/.bin/webpack --config ../../webpack.config.js"
"build": "../../node_modules/.bin/webpack --config ../../webpack.config.js",
"ts:emit": "tsc --project ./tsconfig.json"
},

@@ -23,3 +25,3 @@ "keywords": [],

},
"gitHead": "02c7f4e02c3ef22492b6bfac36bd40b08be5582f"
"gitHead": "f5c305d7486e2cc1973fd682d3e44f22c3013164"
}

@@ -17,3 +17,5 @@ import emotion from './emotion';

export function createDataProp(name: string) {
const prefix = 'data-leafygreen-ui';
// ts:emit throws an error if this is not typed. Usually this can be inferred.
const prefix: string = 'data-leafygreen-ui';
return {

@@ -20,0 +22,0 @@ prop: {

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