New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

benchpressjs

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

benchpressjs - npm Package Versions

1234

1.1.0

Diff

Changelog

Source

Version 1.1.0 (2017-9-23)

New

  • Add unsafe compilation option
    • Disables property access guarding
    • Only supports iterating over dense array-like objects
    • Doesn't need Benchpress.runtime to render, can be called like template(helpers, data)
  • Add .render and .compileRender, Promise-based methods doing what .parse and .compileParse did
  • .precompile now returns and Promise or takes a callback
  • loader functions can now return a Promise instead of receiving a callback

Deprecations

The following deprecated functionality will be removed in v2.0.0

  • use .render instead of .parse
  • use .compileRender instead of .compileParse
  • loader functions should return a Promise instead of receiving a callback
pitaj
published 1.0.4 •

Changelog

Source

Version 1.0.4 (2017-9-13)

Fixes

  • Fix Object.keys on empty string error (#73)
  • Make evaluate timeout longer
pitaj
published 1.0.3 •

Changelog

Source

Version 1.0.3 (2017-8-30)

Fixes

  • Fix not using cache client side
pitaj
published 1.0.2 •

Changelog

Source

Version 1.0.2 (2017-8-30)

New

  • Add issue template
  • Add syntax documentation

Fixes

  • Fix duplicate existence checks
pitaj
published 1.0.1 •

Changelog

Source

Version 1.0.1 (2017-7-24)

New

  • Improve extensibility
  • Test more Node versions

Fixes

  • Fix path undefined error
pitaj
published 1.0.0 •

Changelog

Source

Version 1.0.0 (2017-7)

Initial release

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