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

@storybook/expect

Package Overview
Dependencies
Maintainers
29
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/expect - npm Package Compare versions

Comparing version 27.3.2-0 to 27.3.2-1

dist/cjs/index.js

3

dist/index.d.ts

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

import { default as expect } from 'expect';
export default expect;
declare const expect: any;
{
"name": "@storybook/expect",
"version": "27.3.2-0",
"version": "27.3.2-1",
"description": "Browser-compatible version of Jest's `expect`",

@@ -9,3 +9,4 @@ "repository": {

},
"main": "dist/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"license": "MIT",

@@ -15,3 +16,3 @@ "files": [

],
"types": "dist/index.d.ts",
"types": "dist/types/index.d.ts",
"publishConfig": {

@@ -21,5 +22,7 @@ "access": "public"

"scripts": {
"dev": "webpack --watch --mode development",
"build": "webpack --mode production",
"prepack": "npm run build"
"dev": "ESM=true webpack --watch --mode development",
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "ESM=true webpack --mode production",
"build:cjs": "webpack --mode production",
"prepublish": "npm run build"
},

@@ -26,0 +29,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

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