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

tealight

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tealight - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

CHANGELOG.md

53

package.json
{
"name": "tealight",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0"
"name": "tealight",
"version": "0.1.0",
"description": "Helpful utils for DOM libraries",
"main": "dist/tealight.js",
"module": "dist/tealight.es.js",
"jsnext:main": "dist/tealight.es.js",
"files": ["dist"],
"scripts": {
"prebuild": "rm -rf dist/*",
"build": "npm run bundle && npm run bundle:min",
"bundle": "./node_modules/rollup/bin/rollup -c rollup.conf.js",
"bundle:min": "./node_modules/rollup/bin/rollup -c rollup.conf.min.js",
"lint": "./node_modules/eslint/bin/eslint.js src test",
"pretest": "rm -rf .ignore/coverage/**/ && npm run lint",
"test": "./node_modules/karma/bin/karma start ./test/karma.conf.js",
"testing": "cross-env COVERAGE=true npm test -- --no-single-run",
"coverage": "cross-env COVERAGE=true npm test"
},
"devDependencies": {
"chai": "^4.1.2",
"cross-env": "^5.1.1",
"eslint": "^4.10.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-rollup-preprocessor": "^5.0.2",
"karma-sinon-chai": "^1.3.3",
"mocha": "^4.0.1",
"rollup": "^0.51.5",
"rollup-plugin-buble": "^0.x",
"rollup-plugin-istanbul": "^1.1.0",
"rollup-plugin-json": "^2.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-strip": "^1.1.1",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.3.1",
"sinon": "^4.0.2",
"sinon-chai": "^2.8.0"
},
"author": "Julian Lloyd",
"license": "MIT"
}
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