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

reshow-return

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshow-return - npm Package Compare versions

Comparing version 0.17.44 to 0.17.45

build/cjs/connectOptions.js

24

package.json
{
"version": "0.17.44",
"version": "0.17.45",
"name": "reshow-return",

@@ -20,3 +20,3 @@ "repository": {

"author": "Hill <hill@kimo.com>",
"license": "MIT",
"license": "ISC",
"dependencies": {

@@ -40,11 +40,12 @@ "call-func": "*",

"exports": {
"require": "./build/cjs/src/index.js",
"import": "./build/es/src/index.mjs"
"types": "./types/index.d.ts",
"require": "./build/cjs/index.js",
"import": "./build/es/index.mjs"
},
"main": "./build/cjs/src/index.js",
"module": "./build/es/src/index.mjs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.mjs",
"scripts": {
"clean": "find ./build ./types -name '*.*' | xargs rm -rf",
"build:cjs": "BABEL_ENV=cjs babel src -d build/cjs/src --ignore /**/__tests__ --root-mode upward",
"build:es": "BABEL_ENV=es babel src -d build/es/src --out-file-extension .mjs --root-mode upward",
"build:cjs": "BABEL_ENV=cjs babel src -d build/cjs --ignore /**/__tests__ --root-mode upward",
"build:es": "BABEL_ENV=es babel src -d build/es --out-file-extension .mjs --root-mode upward",
"build:type": "npx -p typescript tsc src/*.js src/ui/**/*.jsx --jsx react-jsx --declaration --allowJs --emitDeclarationOnly --skipLibCheck --declarationDir types",

@@ -59,8 +60,3 @@ "build": "npm run clean && npm run build:cjs && npm run build:es && npm run build:type",

"types": "./types/index.d.ts",
"files": [
"types",
"build",
"package.json",
"README.md"
]
"files": ["types", "build", "package.json", "README.md"]
}
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