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

hermes-channel

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hermes-channel - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

dist/hermes.js

8

package.json
{
"name": "hermes-channel",
"version": "2.0.0",
"version": "2.0.1",
"description": "client-side messaging channel for sending data from one browser tab to another",
"main": "hermes.js",
"types": "hermes.d.ts",
"main": "dist/hermes.js",
"types": "dist/hermes.d.ts",
"scripts": {

@@ -49,2 +49,2 @@ "build": "tsc && node scripts/fixCommonjsForBrowser.js",

}
}
}

@@ -15,5 +15,5 @@ {

// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
// "declaration": true, /* Generates corresponding '.d.ts' file. */
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
// "sourceMap": true, /* Generates corresponding '.map' file. */
"declaration": true, /* Generates corresponding '.d.ts' file. */
"declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
"sourceMap": true, /* Generates corresponding '.map' file. */
// "outFile": "./", /* Concatenate and emit output to single file. */

@@ -20,0 +20,0 @@ "outDir": "./dist", /* Redirect output structure to the directory. */

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