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

type-name

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-name - npm Package Versions

2.0.2

Diff

Changelog

Source

2.0.2 (2016-07-27)

Bug Fixes
twada
published 2.0.1 •

Changelog

Source

2.0.1 (2016-03-20)

twada
published 2.0.0 •

Changelog

Source

2.0.0 (2016-01-06)

Features
Breaking Changes
  • typeName(error) returns actual error constructor name, not just 'Error' (c857cea3)

before:

typeName(new TypeError('type error!')) // => 'Error'

after 2.0.0:

typeName(new TypeError('type error!')) // => 'TypeError'
  • component is no longer supported (e6f17109)
twada
published 1.1.0 •

Changelog

Source

1.1.0 (2015-10-18)

Features
  • ship bundle for browsers with npm module (6f4eed8c)
twada
published 1.0.1 •

Changelog

Source
twada
published 1.0.0 •

Changelog

Source

1.0.0 (2014-06-24)

Features
  • The first stable release
twada
published 0.1.1 •

twada
published 0.1.0 •

twada
published 0.0.2 •

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