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

getorset-anything

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getorset-anything - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

dist/cjs/index.cjs

36

package.json
{
"name": "getorset-anything",
"version": "0.0.4",
"version": "0.0.5",
"description": "Gets a value from a Map/Obj or sets an initial value when not found and returns that. TypeScript supported.",
"type": "module",
"sideEffects": false,
"type": "module",
"description": "Gets a value from a Map/Obj or sets an initial value when not found and returns that. TypeScript supported.",
"module": "./dist/index.es.js",
"main": "./dist/index.cjs",
"types": "./dist/types/index.d.ts",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"main": "./dist/index.js",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs"
"require": {
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}

@@ -24,7 +29,6 @@ },

"scripts": {
"clean": "del ./dist",
"lint": "tsc --noEmit && eslint ./src --ext .ts",
"test": "vitest run",
"build": "rollup --bundleConfigAsCjs -c ./scripts/build.js",
"release": "npm run lint && npm run clean && npm run build && np"
"build": "rollup -c ./rollup.config.js",
"release": "npm run lint && del dist && npm run build && np"
},

@@ -62,7 +66,6 @@ "repository": {

"homepage": "https://github.com/mesqueeb/getorset-anything#readme",
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"del-cli": "^4.0.1",
"del-cli": "^5.0.0",
"eslint": "^8.40.0",

@@ -73,4 +76,5 @@ "eslint-config-prettier": "^8.8.0",

"prettier": "^2.8.8",
"rollup": "^3.21.5",
"rollup-plugin-typescript2": "^0.34.1",
"rollup": "^3.23.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"typescript": "^4.9.5",

@@ -77,0 +81,0 @@ "vitest": "^0.31.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