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

@looker/components-providers

Package Overview
Dependencies
Maintainers
9
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@looker/components-providers - npm Package Compare versions

Comparing version 0.7.30 to 0.7.32

27

package.json
{
"name": "@looker/components-providers",
"license": "MIT",
"version": "0.7.30",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
"module": "dist/esm/index.js",
"version": "0.7.32",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"dist"
"lib"
],

@@ -14,3 +13,3 @@ "repository": {

"url": "https://github.com/looker-open-source/components",
"directory": "packages/components-providers"
"directory": "packages/providers"
},

@@ -20,15 +19,7 @@ "publishConfig": {

},
"scripts": {
"build:all": "yarn clean && yarn run build:esm && yarn run build:cjs",
"build:esm": "ttsc --project tsconfig.build.json --module es2015 --target es6 --outDir dist/esm",
"build:cjs": "ttsc --project tsconfig.build.json --module commonjs --target es6 --outDir dist/cjs",
"clean": "rm -Rf ./dist",
"declaration": "ttsc --project tsconfig.json",
"develop": "yarn build:es --watch --verbose & yarn declaration --watch"
},
"dependencies": {
"@looker/design-tokens": "^0.7.30"
"@looker/design-tokens": "^0.7.32"
},
"devDependencies": {
"@types/react": "^16.9.34",
"@types/react": "^16.9.35",
"@types/styled-components": "^4.4.1",

@@ -40,5 +31,5 @@ "react": "^16.13.1",

"react": "^16.9.0",
"styled-components": "^4.3.2"
"styled-components": "^4"
},
"gitHead": "98c0502001b41e94a430ecb5a769864e82a712b8"
"gitHead": "a9501cb873ae1582e039ce683c8f8eef5d02d0dd"
}
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