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

streaksheet

Package Overview
Dependencies
Maintainers
4
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streaksheet - npm Package Compare versions

Comparing version 0.9.13 to 0.10.0

55

package.json
{
"name": "streaksheet",
"version": "0.9.13",
"version": "0.10.0",
"author": "Chris Cowan <agentme49@gmail.com>",
"license": "MIT",
"main": "build/src/index.js",
"main": "dist/src/index.js",
"module": "dist/index.module.js",
"exports": "./dist/index.modern.js",
"types": "dist/src/index.d.ts",
"sideEffects": false,
"scripts": {
"prepare": "rimraf build && babel -s true -d build/src/ src/ -x .ts,.tsx --ignore '**/*.test.ts' --ignore '**/*.test.tsx' && tsc",
"example-watch": "parcel example/index.html",
"example-build": "parcel build example/index.html --public-url .",
"test": "yarn run lint && jest && tsc --noEmit --emitDeclarationOnly false",
"build": "microbundle -f modern,esm,cjs --jsx React.createElement src/index.tsx",
"prepare": "rimraf dist && yarn build",
"example-watch": "yarn workspace example parcel serve .",
"example-build": "yarn workspace example parcel build . --public-url .",
"test": "jest",
"lint": "eslint . --ext ts,tsx --max-warnings 0 && prettier-check '**/*.{js,jsx,ts,tsx}'",
"lint-fix": "eslint . --ext ts,tsx --fix && prettier --write '**/*.{js,jsx,ts,tsx}'"
"lint-fix": "eslint . --ext ts,tsx --fix && prettier --write '**/*.{js,jsx,ts,tsx}'",
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},

@@ -21,13 +26,10 @@ "repository": {

"files": [
"build"
"dist/src"
],
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.8.3",
"@testing-library/react-hooks": "^3.7.0",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@testing-library/react-hooks": "^8.0.0",
"@types/jest": "^25.1.2",

@@ -37,3 +39,2 @@ "@types/lodash": "^4.14.149",

"@types/react-dom": "^16.9.5",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.1",

@@ -48,4 +49,4 @@ "@typescript-eslint/eslint-plugin": "^3.0.0",

"jest": "^26.0.1",
"microbundle": "^0.14.2",
"node-abort-controller": "^1.0.4",
"parcel-bundler": "^1.12.4",
"prettier": "^2.0.2",

@@ -58,12 +59,10 @@ "prettier-check": "^2.0.0",

"rimraf": "^3.0.2",
"typescript": "^3.8.3"
"typescript": "3.8.3"
},
"dependencies": {
"@babel/runtime": "^7.8.4",
"@types/papaparse": "^5.2.4",
"immer": "^7.0.9",
"immer": "^9.0.12",
"immutability-helper": "^3.1.1",
"lodash": "^4.17.15",
"papaparse": "^5.3.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "1.8.6"

@@ -79,3 +78,11 @@ },

}
}
}
},
"packageManager": "yarn@3.2.0",
"browserslist": [
"Chrome 86",
"Safari 14"
],
"workspaces": [
"example"
]
}
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