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

satcheljs

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

satcheljs - npm Package Compare versions

Comparing version 4.2.5 to 4.3.0

lib-esm/actionCreator.d.ts

52

package.json
{
"name": "satcheljs",
"version": "4.2.5",
"version": "4.3.0",
"description": "Store implementation for functional reactive flux.",

@@ -13,8 +13,9 @@ "lint-staged": {

"precommit": "lint-staged",
"clean": "rimraf build lib",
"clean": "rimraf build lib lib-esm",
"lint": "tslint -t stylish --project tsconfig.json",
"build:source": "tsc -p tsconfig.release.json",
"build:source:esm": "tsc -p tsconfig.release-esm.json",
"watch": "tsc -w -p tsconfig.release.json",
"test:unit": "jest",
"build": "run-s clean build:source",
"build": "run-s clean build:source build:source:esm",
"start": "run-s clean watch",

@@ -61,2 +62,3 @@ "test": "run-s lint build test:unit",

"main": "lib/index.js",
"module": "lib-esm/index.js",
"typings": "lib/index.d.ts",

@@ -66,3 +68,45 @@ "publishConfig": {

},
"license": "MIT"
"license": "MIT",
"exports": {
".": {
"types": "./lib-esm/index.d.ts",
"import": "./lib-esm/index.js",
"default": "./lib/index.js"
},
"./lib/legacy": {
"types": "./lib-esm/legacy/index.d.ts",
"import": "./lib-esm/legacy/index.js",
"default": "./lib/legacy/index.js"
},
"./lib/legacy/promise": {
"types": "./lib-esm/legacy/promise/index.d.ts",
"import": "./lib-esm/legacy/promise/index.js",
"default": "./lib/legacy/promise/index.js"
},
"./lib/legacy/react": {
"types": "./lib-esm/legacy/react/index.d.ts",
"import": "./lib-esm/legacy/react/index.js",
"default": "./lib/legacy/react/index.js"
},
"./lib/legacy/stitch": {
"types": "./lib-esm/legacy/stitch/index.d.ts",
"import": "./lib-esm/legacy/stitch/index.js",
"default": "./lib/legacy/stitch/index.js"
},
"./lib/legacy/trace": {
"types": "./lib-esm/legacy/trace/index.d.ts",
"import": "./lib-esm/legacy/trace/index.js",
"default": "./lib/legacy/trace/index.js"
},
"./lib/*.js": {
"types": "./lib-esm/*.d.ts",
"import": "./lib-esm/*.js",
"default": "./lib/*.js"
},
"./lib/*": {
"types": "./lib-esm/*.d.ts",
"import": "./lib-esm/*.js",
"default": "./lib/*.js"
}
}
}
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