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

storeon-observable

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storeon-observable - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

lib/cjs/combineEpics.js

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # Change Log

## 0.3.2
- Better tree-shaking ([f4ed0b](https://github.com/distolma/storeon-observable/commit/f4ed0be0496b7d038bd28aa8bb564ac3ae4f5eb7))
## 0.3.1

@@ -7,0 +10,0 @@ - Add sideEffects false ([6ce94e](https://github.com/distolma/storeon-observable/commit/6ce94e09feb87b5fd652c57867ec3287655fdf3d))

34

package.json
{
"name": "storeon-observable",
"version": "0.3.1",
"version": "0.3.2",
"description": "RxJS based module for Storeon which allows to create async actions",
"main": "index.js",
"module": "module/index.js",
"typings": "index.d.ts",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"typings": "lib/types/index.d.ts",
"sideEffects": "false",
"files": [
"module",
"index.js",
"index.js.map",
"index.d.ts"
"lib/"
],

@@ -23,9 +20,11 @@ "repository": "git@github.com:distolma/storeon-observable.git",

"scripts": {
"compile": "tsc && tsc -p tsconfig.module.json",
"doc": "typedoc --out doc --theme minimal",
"build": "yarn run lint && yarn run test && yarn run compile && yarn run size && yarn run doc",
"build": "run-p build:*",
"build:cjs": "tsc -p configs/tsconfig.cjs.json",
"build:esm": "tsc -p configs/tsconfig.esm.json",
"build:types": "tsc -p configs/tsconfig.types.json",
"test": "jest --coverage && run-p build:esm build:cjs && run-p lint size",
"size": "size-limit",
"lint": "eslint index.ts",
"test": "jest --coverage",
"prepublish": "yarn build"
"lint": "eslint src/**/*.ts",
"doc:build": "typedoc --out doc --theme minimal",
"prepublishOnly": "npm run build"
},

@@ -56,2 +55,3 @@ "peerDependencies": {

"lint-staged": "^10.0.9",
"npm-run-all": "^4.1.5",
"size-limit": "^4.4.2",

@@ -76,7 +76,7 @@ "storeon": "^2.0.2",

{
"path": "index.js",
"limit": "360 B"
"path": "lib/cjs/index.js",
"limit": "450 B"
},
{
"path": "module/index.js",
"path": "lib/esm/index.js",
"limit": "400 B"

@@ -83,0 +83,0 @@ }

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