Comparing version 0.5.1 to 0.5.2
# Changelog | ||
## 0.5.1 (Mar. 23, 2016) | ||
## 0.5.1, 0.5.2 (Mar. 23, 2016) | ||
* Include source ES6 module | ||
* Distribute 4 versions of Timm: | ||
- ES5 (default): `timm.js` (just `require('timm')`) | ||
- ES5 minimised: `timm.min.js` | ||
- ES6: `timm_es6.js` | ||
- ES6 with Flow type annotations: `timm_es6_flow.js` | ||
@@ -7,0 +11,0 @@ ## 0.5.0 (Mar. 23, 2016) |
{ | ||
"name": "timm", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Immutability helpers with fast reads and acceptable writes", | ||
@@ -44,3 +44,3 @@ "main": "dist/timm.js", | ||
"testCovReport": "cp .nyc_tmp/* .nyc_output/ && nyc report --reporter=html --reporter=lcov", | ||
"compile": "rm -rf ./dist && mkdir dist && babel -o dist/timm.js src/timm.js", | ||
"compile": "rm -rf ./dist && mkdir dist && babel -o dist/timm.js src/timm.js && babel --no-babelrc --plugins transform-flow-strip-types -o dist/timm_es6.js src/timm.js && cp src/timm.js dist/timm_es6_flow.js", | ||
"docs": "coffee tools/extractDocs.coffee", | ||
@@ -47,0 +47,0 @@ "uglify": "cross-env NODE_ENV=production envify dist/timm.js | uglifyjs - -o dist/timm.min.js --mangle --compress --comments \"/^\\s\\|/\"", |
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
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
60895
10
1378