Socket
Socket
Sign inDemoInstall

reshow

Package Overview
Dependencies
305
Maintainers
1
Versions
281
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.26 to 0.17.27

types/__tests__/updateCanonicalUrlTest.d.ts

7

package.json
{
"version": "0.17.26",
"version": "0.17.27",
"name": "reshow",

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

"build:es": "BABEL_ENV=es babel src -d build/es/src --out-file-extension .mjs",
"build": "npm run clean && npm run build:cjs && npm run build:es",
"build:type": "npx -p typescript tsc src/index.js src/**/*.js src/ui/**/*.jsx --jsx react-jsx --declaration --allowJs --emitDeclarationOnly --skipLibCheck --declarationDir types",
"build": "npm run clean && npm run build:cjs && npm run build:es && npm run build:type",
"mochaFor": "STRICT_MODE=1 mocha -r global-jsdom/register",

@@ -58,3 +59,5 @@ "mocha": "npm run mochaFor -- 'build/es/**/__tests__/*.mjs'",

},
"types": "./types/index.d.ts",
"files": [
"types",
"build",

@@ -61,0 +64,0 @@ "package.json",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc