Socket
Socket
Sign inDemoInstall

@hipster/second-package

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hipster/second-package - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4-canary.6.d5a2c39.0

.babelrc.js

61

package.json
{
"name": "@hipster/second-package",
"version": "0.0.3",
"version": "0.0.4-canary.6.d5a2c39.0",
"description": "",
"main": "index.js",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/ts/types.d.ts",
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"clean": "rimraf ./dist",
"buildBabel": "concurrently \"yarn buildBabel:cjs\" \"yarn buildBabel:esm\"",
"buildBabel:cjs": "babel ./src -d ./dist/cjs --extensions \".js,.jsx,.ts,.tsx\"",
"buildBabel:esm": "babel ./src -d ./dist/esm --env-name esm --extensions \".js,.jsx,.ts,.tsx\"",
"buildTsc": "tsc --declaration --emitDeclarationOnly --outDir ./dist/ts",
"prebuild": "yarn clean",
"build": "concurrently \"yarn buildBabel\" \"yarn buildTsc\"",
"build:watch": "concurrently \"yarn buildBabel:cjs -- --watch\" \"yarn buildTsc -- --watch\"",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"start": "concurrently \"yarn build:watch\" \"yarn storybook -- --no-manager-cache --quiet\"",
"build-storybook": "build-storybook"
},
"files": [
"index.js"
],
"author": "",
"license": "ISC",
"gitHead": "c4a40d0568d2ccb427f8943cea58c6e374e480a7"
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@babel/preset-typescript": "^7.13.0",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/builder-vite": "^0.1.41",
"@storybook/react": "^6.5.12",
"@storybook/test-runner": "^0.7.0",
"@storybook/testing-library": "^0.0.12",
"@vitejs/plugin-react": "^1.3.0",
"concurrently": "^6.2.0",
"prettier": "^2.3.1",
"prop-types": "^15.7.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.2.4",
"vite": "^2.9.9"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"vite-plugin-istanbul": "^3.0.1"
},
"gitHead": "d5a2c39eb1a69694c97617d2e45d5906cf91709b"
}
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