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 1.4.2 to 1.5.0

lib/timm.d.ts

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 1.5.0 (2018-7-23)
* Add TypeScript definitions [#23, @grrowl]
## 1.4.2 (2018-3-29)

@@ -2,0 +6,0 @@

5

package.json
{
"name": "timm",
"version": "1.4.2",
"version": "1.5.0",
"description": "Immutability helpers with fast reads and acceptable writes",
"main": "lib/timm.js",
"types": "lib/timm.d.ts",
"dependencies": {},

@@ -51,3 +52,3 @@ "devDependencies": {

"testCovReport": "cp .nyc_tmp/* .nyc_output/ && nyc report --reporter=html --reporter=lcov",
"compile": "rm -rf ./lib && mkdir lib && babel -o lib/timm.js src/timm.js && cp src/api.js.flow lib/timm.js.flow",
"compile": "rm -rf ./lib && mkdir lib && babel -o lib/timm.js src/timm.js && cp src/api.js.flow lib/timm.js.flow && cp src/timm.d.ts lib/timm.d.ts",
"docs": "extract-docs --template docs/README_TEMPLATE.md --output README.md",

@@ -54,0 +55,0 @@ "uglify": "cross-env NODE_ENV=production envify lib/timm.js | uglifyjs - -o lib/timm.min.js --mangle --compress --comments \"/^!/\"",

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