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

cuprum

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cuprum - npm Package Compare versions

Comparing version 0.1.16 to 0.1.17

126

package.json
{
"name": "cuprum",
"version": "0.1.16",
"description": "Tiny state management library",
"main": "dist/bundle.common.min.js",
"module": "dist/bundle.min.js",
"types": "dist/cuprum.d.ts",
"sideEffects": false,
"scripts": {
"prepare": "husky install",
"start": "http-server -o demo/ --silent",
"build": "rollup --config --sourcemap",
"dev": "rollup --config --sourcemap --watch",
"release": "npm i --package-lock && npm test && npm run build && npm publish",
"test": "karma start",
"lint": "npx eslint . --ext .js,.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edwinm/cuprum.git"
},
"files": [
"src/cuprum.ts",
"dist/cuprum.d.ts",
"dist/bundle.min.js",
"dist/bundle.min.js.map",
"dist/bundle.common.min.js",
"dist/bundle.common.min.js.map"
],
"author": {
"name": "Edwin Martin",
"email": "edwin@bitstorm.org",
"url": "https://bitstorm.org/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/edwinm/cuprum/issues"
},
"homepage": "https://github.com/edwinm/cuprum#readme",
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"http-server": "^14.0.0",
"husky": "^7.0.4",
"karma": "^6.3.9",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.2",
"karma-mocha": "^2.0.1",
"karma-typescript": "^5.0.3",
"mocha": "^9.1.3",
"prettier": "^2.0.5",
"pretty-quick": "^3.1.2",
"rollup": "^2.10.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"tslib": "^2.0.0",
"typescript": "^3.9.10"
}
"name": "cuprum",
"version": "0.1.17",
"description": "Tiny state management library",
"main": "dist/bundle.common.min.js",
"module": "dist/bundle.min.js",
"types": "dist/cuprum.d.ts",
"sideEffects": false,
"scripts": {
"prepare": "husky install",
"start": "http-server -o demo/ --silent",
"build": "rollup --config --sourcemap",
"dev": "rollup --config --sourcemap --watch",
"release": "npm i --package-lock && npm test && npm run build && npm publish",
"test": "karma start",
"lint": "npx eslint . --ext .js,.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edwinm/cuprum.git"
},
"files": [
"src/cuprum.ts",
"dist/cuprum.d.ts",
"dist/bundle.min.js",
"dist/bundle.min.js.map",
"dist/bundle.common.min.js",
"dist/bundle.common.min.js.map"
],
"author": {
"name": "Edwin Martin",
"email": "edwin@bitstorm.org",
"url": "https://bitstorm.org/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/edwinm/cuprum/issues"
},
"homepage": "https://github.com/edwinm/cuprum#readme",
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"http-server": "^14.0.0",
"husky": "^7.0.4",
"karma": "^6.3.9",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.2",
"karma-mocha": "^2.0.1",
"karma-typescript": "^5.0.3",
"mocha": "^9.1.3",
"prettier": "^2.0.5",
"pretty-quick": "^3.1.2",
"rollup": "^2.10.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"tslib": "^2.0.0",
"typescript": "4.4"
}
}
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