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

simpler-state

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simpler-state - npm Package Compare versions

Comparing version 2.0.0-rc.6 to 2.0.0-rc.7

54

package.json
{
"name": "simpler-state",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"description": "The simplest app state management for React",

@@ -19,35 +19,5 @@ "keywords": [

"homepage": "https://simpler-state.js.org",
"main": "./lib/core/index.js",
"module": "./es/core/index.js",
"types": "./types/core/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"module": "./es/core/index.js",
"import": {
"types": "./types/core/index.d.ts",
"default": "./es/core/index.js"
},
"types": "./types/core/index.d.ts",
"default": "./lib/core/index.js"
},
"./plugins": {
"module": "./es/plugins/index.js",
"import": {
"types": "./types/plugins/index.d.ts",
"default": "./es/plugins/index.js"
},
"types": "./types/plugins/index.d.ts",
"default": "./lib/plugins/index.js"
},
"./tools": {
"module": "./es/tools/index.js",
"import": {
"types": "./types/tools/index.d.ts",
"default": "./es/tools/index.js"
},
"types": "./types/tools/index.d.ts",
"default": "./lib/tools/index.js"
}
},
"main": "./index.js",
"module": "./__es__/index.js",
"types": "./index.d.ts",
"files": [

@@ -60,12 +30,14 @@ "lib",

"scripts": {
"build:lib": "cross-env BUILD_TARGET=commonjs babel src --out-dir lib --extensions .ts,.tsx --ignore **/__tests__/**",
"build:es": "babel src --out-dir es --extensions .ts,.tsx --ignore **/__tests__/**",
"build": "npm run clean && npm run compile && npm run build:lib && npm run build:es",
"clean": "rimraf build types lib es",
"build:lib": "cross-env BUILD_TARGET=commonjs babel src --out-dir dist --extensions .ts,.tsx --ignore \"**/__tests__/**\"",
"build:es": "babel src --out-dir dist/__es__ --extensions .ts,.tsx --ignore \"**/__tests__/**\"",
"build": "npm run clean && npm run compile && npm run build:lib && npm run build:es && npm run copy",
"clean": "rimraf dist",
"copy": "cp package.json dist",
"compile": "tsc",
"prepare": "npm test",
"pretest": "npm run build",
"prepublishOnly": "npm test",
"pretest": "npm run compile",
"test": "jest",
"test:cov": "npm test -- --coverage && coveralls < coverage/lcov.info",
"test:cov-local": "npm test -- --coverage"
"test:cov-local": "npm test -- --coverage",
"publish": "npm publish ./dist"
},

@@ -72,0 +44,0 @@ "peerDependencies": {

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