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

trapezium

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trapezium - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

.npmignore

47

package.json
{
"name": "trapezium",
"version": "0.0.0",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "trapezium.js",
"typings": "./trapezium.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "npm run webpack && npm run minify",
"bundle": "node scripts/dts-bundle.js",
"minify": "uglifyjs ./trapezium.js -c -m -o ./trapezium.min.js --source-map ./trapezium.min.js.map",
"prepublishOnly": "npm run build",
"test": "./node_modules/karma/bin/karma start",
"webpack": "./node_modules/webpack/bin/webpack.js --config webpack/webpack.build.js"
},
"author": "Josh Efiong <joshefiong@gmail.com>",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.0.1",
"@types/jquery": "^3.2.9",
"@types/mocha": "^2.2.41",
"@types/sinon": "^2.3.3",
"chai": "^4.1.0",
"css-loader": "^0.28.4",
"dts-bundle": "^0.7.3",
"html-loader": "^0.4.5",
"istanbul-instrumenter-loader": "^2.0.0",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-jquery": "^0.2.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-remap-istanbul": "^0.6.0",
"karma-sinon": "^1.0.5",
"karma-source-map-support": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"mocha": "^3.4.2",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"sinon": "^2.3.8",
"style-loader": "^0.18.2",
"ts-loader": "^2.3.1",
"typescript": "^2.4.2",
"uglify-js": "^3.0.26",
"webpack": "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