Socket
Socket
Sign inDemoInstall

@okikio/manager

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@okikio/manager - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

167

package.json
{
"name": "@okikio/manager",
"version": "0.0.5",
"description": "A superset of the Map class called Manager that allows for complex management of data.",
"publishConfig": {
"access": "public",
"main": "lib/api.js",
"types": "lib/api.d.ts",
"umd:main": "lib/api.umd.js",
"browser": "lib/api.umd.js",
"unpkg": "lib/api.umd.js",
"module": "lib/api.mjs"
},
"umd:name": "Manager",
"main": "src/api.ts",
"source": "src/api.ts",
"output": [
{
"file": "lib/api.mjs",
"format": "es"
},
{
"file": "lib/api.umd.js",
"format": "umd"
},
{
"file": "lib/api.js",
"format": "iife"
}
],
"files": [
"lib",
"src"
],
"scripts": {
"build": "rollup --config",
"watch": "rollup --config --watch",
"test": "jest --maxWorkers=1 --coverage",
"test:watch": "jest --maxWorkers=1 --watch",
"pre-release": "npm run build && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okikio/native.git"
},
"keywords": [
"manager",
"js",
"map",
"library",
"web",
"api",
"data"
],
"author": {
"name": "Okiki Ojo",
"email": "hey@okikio.dev",
"url": "https://okikio.dev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/okikio/native/issues"
},
"homepage": "https://github.com/okikio/native#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^8.1.0",
"@types/jest": "^26.0.3",
"eslint": "^7.3.1",
"jest": "^26.1.0",
"jest-chain": "^1.1.5",
"jest-environment-jsdom-global": "^2.0.4",
"jest-watch-lerna-packages": "^1.1.0",
"node-fetch": "^2.6.0",
"pnpm": "^5.2.6",
"rollup": "^2.18.1",
"rollup-plugin-esbuild": "^2.1.0",
"rollup-plugin-typescript2": "^0.27.1",
"ts-jest": "^26.1.1",
"tslib": "^2.0.0",
"typescript": "^3.9.5"
},
"gitHead": "3d7675e5fa289d445a5c75d74108f80f0d7f5c69"
"name": "@okikio/manager",
"version": "0.0.6",
"description": "A superset of the Map class called Manager that allows for complex management of data.",
"publishConfig": {
"access": "public",
"main": "lib/api.js",
"types": "lib/api.d.ts",
"umd:main": "lib/api.umd.js",
"browser": "lib/api.umd.js",
"unpkg": "lib/api.umd.js",
"module": "lib/api.mjs"
},
"umd:name": "Manager",
"main": "lib/api.js",
"source": "src/api.ts",
"output": [
{
"file": "lib/api.mjs",
"format": "es"
},
{
"file": "lib/api.umd.js",
"format": "umd"
},
{
"file": "lib/api.js",
"format": "iife"
}
],
"files": [
"lib",
"src"
],
"scripts": {
"build": "rollup --config",
"watch": "rollup --config --watch",
"test": "jest --maxWorkers=1 --coverage",
"test:watch": "jest --maxWorkers=1 --watch",
"pre-release": "npm run build && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okikio/native.git"
},
"keywords": [
"manager",
"js",
"map",
"library",
"web",
"api",
"data"
],
"author": {
"name": "Okiki Ojo",
"email": "hey@okikio.dev",
"url": "https://okikio.dev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/okikio/native/issues"
},
"homepage": "https://github.com/okikio/native#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^8.1.0",
"@types/jest": "^26.0.3",
"eslint": "^7.3.1",
"jest": "^26.1.0",
"jest-chain": "^1.1.5",
"jest-environment-jsdom-global": "^2.0.4",
"jest-watch-lerna-packages": "^1.1.0",
"node-fetch": "^2.6.0",
"pnpm": "^5.2.6",
"rollup": "^2.18.1",
"rollup-plugin-esbuild": "^2.1.0",
"rollup-plugin-typescript2": "^0.27.1",
"ts-jest": "^26.1.1",
"tslib": "^2.0.0",
"typescript": "^3.9.5"
},
"gitHead": "ad422076cdb57d570426f786886129d5bca2f90f",
"types": "lib/api.d.ts",
"umd:main": "lib/api.umd.js",
"browser": "lib/api.umd.js",
"unpkg": "lib/api.umd.js",
"module": "lib/api.mjs"
}
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