mobiledoc-dom-renderer
Advanced tools
Comparing version 0.6.5 to 0.7.0-beta
{ | ||
"name": "mobiledoc-dom-renderer", | ||
"version": "0.6.5", | ||
"version": "0.7.0-beta", | ||
"description": "Renders Mobiledoc input to DOM output", | ||
@@ -8,3 +8,4 @@ "scripts": { | ||
"test": "testem ci", | ||
"build": "rm -rf dist/ && broccoli build dist", | ||
"build": "rm -rf dist/ && broccoli build dist && npm run transpile", | ||
"transpile": "babel lib --out-dir dist/esm --presets=@babel/preset-env", | ||
"prepublish": "npm run build", | ||
@@ -36,2 +37,5 @@ "build:tests": "rm -rf tests && BROCCOLI_ENV=tests broccoli build tests", | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.2.3", | ||
"broccoli": "^0.16.3", | ||
@@ -47,3 +51,4 @@ "broccoli-funnel": "^1.1.0", | ||
}, | ||
"main": "dist/commonjs/mobiledoc-dom-renderer/index.js" | ||
"main": "dist/commonjs/mobiledoc-dom-renderer/index.js", | ||
"module": "dist/esm/index.js" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance 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
531367
53
10979
12
1