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

scheduler

Package Overview
Dependencies
Maintainers
6
Versions
2080
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scheduler - npm Package Versions

1
204206
208

0.0.0-4a1072194

Diff
acdlite
published 0.0.0-4a1072194 •
brianvaughn
published 0.0.0-7325ebe4d •
brianvaughn
published 0.11.3 •
brianvaughn
published 0.12.0-alpha.3 •
brianvaughn
published 0.0.0-c5b7d26c7 •
threepointone
published 0.0.0-88ada9819 •
brianvaughn
published 0.0.0-ed4c4a51c •
brianvaughn
published 0.12.0-alpha.2 •
brianvaughn
published 0.12.0-alpha.1 •
acdlite
published 0.11.2 •

Changelog

Source

0.11.2 (September 16, 2014)

React Core

New Features
  • Added support for <dialog> element and associated open attribute
  • Added support for <picture> element and associated media and sizes attributes
  • Added React.createElement API in preparation for React v0.12
    • React.createDescriptor has been deprecated as a result

JSX

  • <picture> is now parsed into React.DOM.picture

React Tools

  • Update esprima and jstransform for correctness fixes
  • The jsx executable now exposes a --strip-types flag which can be used to remove TypeScript-like type annotations
    • This option is also exposed to require('react-tools').transform as stripTypes