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

timm

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timm - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

dist/timm_es6_flow.js

8

CHANGELOG.md
# 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\\|/\"",

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