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

framework-utils

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framework-utils - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

.editorconfig

38

package.json
{
"name": "framework-utils",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "0.1.0",
"description": "utils for framework",
"main": "./dist/utils.cjs.js",
"module": "./dist/utils.esm.js",
"sideEffects": false,
"types": "declaration/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "rollup -c -w",
"build": "rollup -c && npm run declaration && print-sizes ./dist",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json",
"doc": "rm -rf ./doc && jsdoc -c jsdoc.json",
"prerelease": "npm run build && prerelease --dirs=dist,doc",
"release": "npm run build && npm run doc && release --dirs=dist,doc",
"release:init": "npm run build && npm run doc && release -i --dirs=dist,doc"
},
"author": "",
"license": "ISC"
"repository": {
"type": "git",
"url": "git+https://github.com/daybrush/framework-utils.git"
},
"author": "Daybrush",
"license": "MIT",
"bugs": {
"url": "https://github.com/daybrush/framework-utils/issues"
},
"homepage": "https://github.com/daybrush/framework-utils#readme",
"devDependencies": {
"@daybrush/builder": "^0.1.1",
"@daybrush/jsdoc": "^0.3.7",
"@daybrush/release": "^0.2.4",
"daybrush-jsdoc-template": "^1.6.0",
"print-sizes": "0.0.4",
"tslint": "^5.18.0",
"typescript": "^3.5.2"
}
}
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