Socket
Socket
Sign inDemoInstall

zen-observable-ts

Package Overview
Dependencies
1
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

index.cjs

7

package.json
{
"name": "zen-observable-ts",
"version": "1.2.1",
"version": "1.2.2",
"description": "Thin wrapper around zen-observable and @types/zen-observable, to support ESM exports as well as CommonJS exports",
"license": "MIT",
"main": "index.js",
"type": "module",
"main": "index.cjs",
"module": "module.js",

@@ -20,3 +21,3 @@ "types": "module.d.ts",

"pretest": "npm run build && rollup -c rollup.test.config.js",
"test": "mocha tests/bundle.js"
"test": "mocha tests/bundle.cjs"
},

@@ -23,0 +24,0 @@ "dependencies": {

@@ -7,3 +7,3 @@ import nodeResolve from "@rollup/plugin-node-resolve";

output: {
file: "./tests/bundle.js",
file: "./tests/bundle.cjs",
format: "cjs",

@@ -10,0 +10,0 @@ },

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