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

@rimbu/common

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimbu/common - npm Package Compare versions

Comparing version 0.5.0 to 0.5.2

dist/main/collect.js

32

package.json
{
"name": "@rimbu/common",
"version": "0.5.0",
"version": "0.5.2",
"description": "Common types and objects used in many other Rimbu packages",

@@ -13,3 +13,3 @@ "keywords": [

],
"homepage": "https://rimbu.org",
"homepage": "http://rimbu.org",
"author": {

@@ -33,6 +33,5 @@ "name": "Arvid Nicolaas",

"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.modules.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"main": "dist/main/index.js",
"module": "dist/module/index.js",
"types": "dist/types/index.d.ts",
"files": [

@@ -43,17 +42,15 @@ "dist"

"build": "yarn clean && yarn bundle",
"bundle": "microbundle",
"bundle": "yarn bundle:main && yarn bundle:module && yarn bundle:types",
"bundle:main": "tsc --p tsconfig.main.json",
"bundle:module": "tsc --p tsconfig.module.json",
"bundle:types": "tsc --p tsconfig.types.json",
"clean": "rimraf dist",
"format": "prettier --write \"**/*.{ts,js,json,md}\"",
"format": "yarn format:base --write",
"format:base": "prettier \"**/*.{ts,tsx,js,json,md}\"",
"format:check": "yarn format:base --check",
"lint": "eslint src",
"precommit": "lint-staged",
"publish-package": "yarn publish",
"prepublish": "yarn build",
"test": "jest",
"typecheck": "tsc"
},
"lint-staged": {
"*": [
"yarn format:single",
"eslint"
]
},
"sideEffects": false,

@@ -65,3 +62,4 @@ "devDependencies": {

"typescript": "^4.2.4"
}
},
"gitHead": "83eafb3cc4a7f0e1af16f96ed78198584dbd3858"
}
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