dom-helpers
Advanced tools
Comparing version 3.2.1 to 3.3.0
{ | ||
"name": "dom-helpers", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"description": "tiny modular DOM lib for ie8+ ", | ||
@@ -11,3 +11,3 @@ "author": { | ||
"license": "MIT", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"keywords": [ | ||
@@ -27,3 +27,54 @@ "dom-helpers", | ||
"css" | ||
] | ||
], | ||
"scripts": { | ||
"test": "karma start --single-run", | ||
"tdd": "karma start", | ||
"clean": "rimraf ./lib/*", | ||
"copy": "cpy ./README.md ./lib", | ||
"build": "babel src --out-dir lib && npm run copy", | ||
"lint": "eslint src", | ||
"release": "release" | ||
}, | ||
"release-script": { | ||
"altPkgRootFolder": "lib" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.16.0", | ||
"babel-core": "^6.17.0", | ||
"babel-eslint": "^7.0.0", | ||
"babel-loader": "^6.2.5", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-preset-latest": "^6.16.0", | ||
"babel-preset-stage-3": "^6.17.0", | ||
"cpy-cli": "^1.0.1", | ||
"es5-shim": "^4.5.9", | ||
"eslint": "^3.7.1", | ||
"eslint-config-jason": "^4.0.0", | ||
"eslint-plugin-import": "^2.0.1", | ||
"expect.js": "^0.3.1", | ||
"get-saucelabs-browsers": "^1.0.1", | ||
"imports-loader": "^0.6.3", | ||
"jquery": "^1.11.3", | ||
"json-loader": "^0.5.1", | ||
"karma": "^1.3.0", | ||
"karma-chrome-launcher": "^2.0.0", | ||
"karma-firefox-launcher": "^1.0.1", | ||
"karma-html2js-preprocessor": "^1.1.0", | ||
"karma-mocha": "~0.1.9", | ||
"karma-mocha-reporter": "^0.3.1", | ||
"karma-phantomjs-launcher": "~0.1.4", | ||
"karma-sauce-launcher": "^1.0.0", | ||
"karma-sinon": "^1.0.5", | ||
"karma-sourcemap-loader": "^0.3.2", | ||
"karma-webpack": "^1.8.0", | ||
"less-loader": "^2.0.0", | ||
"merge-stream": "^0.1.7", | ||
"mocha": "^1.21.4", | ||
"phantomjs": "~1.9.10", | ||
"release-script": "^1.0.2", | ||
"rimraf": "^2.2.8", | ||
"simulant": "^0.1.3", | ||
"sinon": "^1.17.6", | ||
"webpack": "^1.13.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73656
69
1484
37
3
1