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

styled-velocity

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-velocity - npm Package Compare versions

Comparing version 0.0.50 to 0.0.51

dist/components/Element/Element.d.ts

18

package.json
{
"name": "styled-velocity",
"version": "0.0.50",
"version": "0.0.51",
"description": "Styled-Velocity, a React-based styled prop and UI library to increase your velocity and help build your Design System.",
"author": "Jon K. Wheeler",
"license": "MIT",
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,

@@ -30,9 +31,12 @@ "repository": {

"build:esm": "yarn nuke:esm && cross-env BABEL_ENV=esm babel $npm_package_config_dirSrc --out-dir $npm_package_config_dirEsm --extensions \".ts,.tsx,.js,.jsx\" --ignore \"**/*.stories.js\",\"**/story.js\",\"**/stories\",\"**/*.test.js\",\"test.js\",\"**/test\",\"**/*.md\",\"**/docs\" --source-maps inline",
"build:esm:only": "yarn nuke:esm && cross-env BABEL_ENV=esm babel $npm_package_config_dirSrc --out-dir $npm_package_config_dirBuild --extensions \".ts,.tsx,.js,.jsx\" --ignore \"**/*.stories.js\",\"**/story.js\",\"**/stories\",\"**/*.test.js\",\"test.js\",\"**/test\",\"**/*.md\",\"**/docs\" --source-maps inline",
"build:export-indexes": "node ./scripts/exportIndexes.js",
"build:export-src-index": "node ./scripts/exportSrcIndex.js",
"build:types:commonjs": "tsc --project tsconfig.types.cjs.json && tscpaths --project tsconfig.types.cjs.json --src $npm_package_config_dirSrc --out $npm_package_config_dirCommonjs",
"build:types:esm": "tsc --project tsconfig.types.esm.json && tscpaths --project tsconfig.types.esm.json --src $npm_package_config_dirSrc --out $npm_package_config_dirEsm",
"build:types:commonjs": "tsc --project tsconfig.types.cjs.json && tsconfig-replace-paths --project tsconfig.types.cjs.json",
"build:types:esm": "tsc --project tsconfig.types.esm.json && tsconfig-replace-paths --project tsconfig.types.esm.json",
"build:types:esm:only": "tsc --project tsconfig.types.esm.json && tsconfig-replace-paths --project tsconfig.types.esm.json",
"build:types": "yarn build:types:commonjs && yarn build:types:esm",
"build:variable-exports": "yarn build:export-src-index && yarn build:export-indexes",
"build": "yarn build:variable-exports && yarn build:commonjs && yarn build:esm && yarn build:types",
"build:old": "yarn build:variable-exports && yarn build:commonjs && yarn build:esm && yarn build:types",
"build": "yarn build:variable-exports && yarn build:esm:only && yarn build:types:esm:only",
"dev": "concurrently \"yarn start:storybook\" \"yarn watch:variables\"",

@@ -87,3 +91,3 @@ "lint": "eslint .",

"ts-loader": "^6.1.1",
"tscpaths": "^0.0.9",
"tsconfig-replace-paths": "^0.0.5",
"tslint": "^5.18.0",

@@ -90,0 +94,0 @@ "tslint-config-prettier": "^1.18.0",

@@ -5,4 +5,2 @@ {

"module": "esnext",
"rootDir": "./src",
"outDir": "dist/esm",
"declaration": true,

@@ -9,0 +7,0 @@ "declarationMap": false,

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