New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@storybook/addon-coverage

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/addon-coverage - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6--canary.a3f55a8.0

dist/chunk-Y6FXYEAI.mjs

51

package.json
{
"name": "@storybook/addon-coverage",
"version": "1.0.5",
"version": "1.0.6--canary.a3f55a8.0",
"description": "Tools to support code coverage in Storybook",

@@ -19,5 +19,15 @@ "keywords": [

"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/ts/types.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/types.d.ts",
"exports": {
".": {
"types": "./dist/types.d.ts",
"node": "./dist/index.js",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./preset": "./dist/preset.js",
"./package.json": "./package.json"
},
"files": [

@@ -30,21 +40,9 @@ "dist/**/*",

"scripts": {
"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",
"start": "yarn build:watch",
"build": "tsup",
"start": "yarn build --watch",
"release": "yarn build && auto shipit"
},
"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/core-common": "^7.0.0-alpha.34",
"@storybook/types": "^8.4.0",
"@types/convert-source-map": "^2.0.3",

@@ -56,9 +54,9 @@ "@types/istanbul-lib-instrument": "^1.7.7",

"prettier": "^2.3.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rimraf": "^3.0.2",
"typescript": "^4.2.4",
"vite": "^3.1.0",
"webpack": "^5.89.0"
"storybook": "^8.4.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vite": "^5.0.0",
"webpack": "^5.97.1"
},

@@ -88,4 +86,5 @@ "publishConfig": {

"test-exclude": "^6.0.0",
"vite-plugin-istanbul": "^3.0.1"
}
"vite-plugin-istanbul": "^6.0.2"
},
"packageManager": "yarn@4.5.3"
}

@@ -1,1 +0,1 @@

module.exports = require('./dist/cjs/preset')
module.exports = require('./dist/preset')
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